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

/macosx-10.10.1/pcre-7/pcre/
H A Dpcregrep.c1439 char *nextfile; local
1450 while ((nextfile = readdirectory(dir)) != NULL)
1453 sprintf(buffer, "%.512s%c%.128s", pathname, sep, nextfile);
1454 nflen = strlen(nextfile);
1459 pcre_exec(exclude_dir_compiled, NULL, nextfile, nflen, 0, 0, NULL, 0) >= 0)
1463 pcre_exec(include_dir_compiled, NULL, nextfile, nflen, 0, 0, NULL, 0) < 0)
1469 pcre_exec(exclude_compiled, NULL, nextfile, nflen, 0, 0, NULL, 0) >= 0)
1473 pcre_exec(include_compiled, NULL, nextfile, nflen, 0, 0, NULL, 0) < 0)
/macosx-10.10.1/awk-20/src/
H A Dproto.h120 extern void nextfile(void);
H A DFIXES75 core dump on linux with BEGIN {nextfile}, now fixed.
271 fixed some nextfile bugs: not handling all cases. thanks to
535 added nextfile, as in gawk: causes immediate advance to next
H A Dlib.c176 void nextfile(void) function
H A Dytab.c3162 SYNTAX("nextfile is illegal inside a function");
H A Drun.c187 FATAL("illegal break, continue, next or nextfile from BEGIN");
204 FATAL("illegal break, continue, next or nextfile from END");
350 Cell *jump(Node **a, int n) /* break, continue, next, nextfile, return */
382 nextfile();
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dawk.vim34 syn keyword awkStatement nextfile
63 syn keyword awkStatement func nextfile
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddiff-mode.el445 (nextfile (ignore-errors (diff-file-next) (point)))
450 (and nextfile (> nexthunk nextfile))))
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcftoken.l727 nextfile:
737 goto nextfile;
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el13573 (throw 'nextfile t))
13947 (catch 'nextfile
13972 (catch 'nextfile
14060 (catch 'nextfile
14114 (catch 'nextfile
18316 (catch 'nextfile

Completed in 202 milliseconds