Searched refs:nextfile (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y448 error(_("`nextfile' is a gawk extension"));
451 lintwarn(_("`nextfile' is a gawk extension"));
455 error(_("`%s' used in %s action"), "nextfile",
1048 {"nextfile", Node_K_nextfile, LEX_NEXTFILE, GAWKX, 0},
1205 static int nextfile = 0;
1219 if (nextfile > numfiles)
1222 if (srcfiles[nextfile].stype == CMDLINE) {
1224 len = strlen(srcfiles[nextfile].val);
1237 ++nextfile;
1241 lexptr = lexptr_begin = srcfiles[nextfile]
[all...]
H A Dawkgram.c1900 error(_("`nextfile' is a gawk extension"));
1903 lintwarn(_("`nextfile' is a gawk extension"));
1907 error(_("`%s' used in %s action"), "nextfile",
2887 {"nextfile", Node_K_nextfile, LEX_NEXTFILE, GAWKX, 0},
3044 static int nextfile = 0;
3058 if (nextfile > numfiles)
3061 if (srcfiles[nextfile].stype == CMDLINE) {
3063 len = strlen(srcfiles[nextfile].val);
3076 ++nextfile;
3080 lexptr = lexptr_begin = srcfiles[nextfile]
3040 static int nextfile = 0; local
[all...]
H A Dio.c151 static IOBUF *nextfile P((int skipping));
233 /* do_nextfile --- implement gawk "nextfile" extension */
238 (void) nextfile(TRUE);
242 /* nextfile --- move to the next input data file */
245 nextfile(int skipping) function
437 (void) setjmp(filebuf); /* for `nextfile' */
439 while ((iop = nextfile(FALSE)) != NULL) {
2235 iop = nextfile(FALSE);

Completed in 51 milliseconds