Home
last modified time | relevance | path

Searched refs:nextfile (Results 1 – 7 of 7) sorted by relevance

/src/contrib/one-true-awk/testdir/
H A DT.nextfile1 echo T.nextfile: tests of nextfile command
13 { print $0; nextfile } # print first line, quit
16 diff foo0 foo1 || echo 'BAD: T.nextfile 1'
22 nextfile
23 print "nextfile for error"
27 diff foo0 foo1 || echo 'BAD: T.nextfile 1f'
34 nextfile
35 print "nextfile while error"
39 diff foo0 foo1 || echo 'BAD: T.nextfile 1w'
46 nextfile # print first line, quit
[all …]
H A DT.errmsg19 illegal break, continue, next or nextfile from BEGIN
20 BEGIN { nextfile }
22 illegal break, continue, next or nextfile from END
23 END { nextfile }
25 nextfile is illegal inside a function
26 function foo() { nextfile }
/src/sys/x86/x86/
H A Ducode_subr.c117 nextfile: in ucode_amd_find()
187 goto nextfile; in ucode_amd_find()
/src/contrib/one-true-awk/
H A Dproto.h122 extern void nextfile(void);
H A Dlib.c216 void nextfile(void) in nextfile() function
H A DFIXES.1e562 core dump on linux with BEGIN {nextfile}, now fixed.
758 fixed some nextfile bugs: not handling all cases. thanks to
1024 added nextfile, as in gawk: causes immediate advance to next
H A Drun.c391 nextfile(); in jump()