HomeSort by relevance Sort by last modified time
    Searched refs:nextfile (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
proto.h 123 extern void nextfile(void);
FIXES 75 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
    [all...]
lib.c 174 void nextfile(void) function
run.c 185 FATAL("illegal break, continue, next or nextfile from BEGIN");
201 FATAL("illegal break, continue, next or nextfile from END");
347 Cell *jump(Node **a, int n) /* break, continue, next, nextfile, return */
378 case NEXTFILE:
379 nextfile();
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 635 nextfile:
643 goto nextfile;

Completed in 178 milliseconds