Lines Matching defs:source
3420 // source is tkeof (no pipe/file), tklt (file), or tkpipe (pipe)
3424 static int awk_getline(int source, struct zfile *zfp, struct zvalue *v)
3427 int is_stream = source != tkeof;
4085 int source = *ip++;
4101 if (nargs == 2 && source == tkpipe) swap();
4103 if (source == tklt || source == tkpipe) {
4104 zfp = setup_file(source == tklt, "r");
4108 // nargs source TT.stack
4117 // source is tkeof (no pipe/file), tklt (file), or tkpipe (pipe)
4120 if (zfp != badfile) push_int_val(awk_getline(source, zfp, v));