Searched refs:nextfile (Results 1 – 7 of 7) sorted by relevance
1 echo T.nextfile: tests of nextfile command13 { print $0; nextfile } # print first line, quit16 diff foo0 foo1 || echo 'BAD: T.nextfile 1'22 nextfile23 print "nextfile for error"27 diff foo0 foo1 || echo 'BAD: T.nextfile 1f'34 nextfile35 print "nextfile while error"39 diff foo0 foo1 || echo 'BAD: T.nextfile 1w'46 nextfile # print first line, quit[all …]
19 illegal break, continue, next or nextfile from BEGIN20 BEGIN { nextfile }22 illegal break, continue, next or nextfile from END23 END { nextfile }25 nextfile is illegal inside a function26 function foo() { nextfile }
117 nextfile: in ucode_amd_find()187 goto nextfile; in ucode_amd_find()
122 extern void nextfile(void);
216 void nextfile(void) in nextfile() function
562 core dump on linux with BEGIN {nextfile}, now fixed.758 fixed some nextfile bugs: not handling all cases. thanks to1024 added nextfile, as in gawk: causes immediate advance to next
391 nextfile(); in jump()