Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.errmsg42 illegal break, continue, next or nextfile from BEGIN
43 BEGIN { nextfile }
45 illegal break, continue, next or nextfile from END
46 END { nextfile }
48 nextfile is illegal inside a function
49 function foo() { nextfile }
H A DT.nextfile18 echo T.nextfile: tests of nextfile command
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c408 goto nextfile; in main()
418 goto nextfile; in main()
819 nextfile:; in main()
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c1044 if (nextfile()) { in getch0()
1175 nextfile() in nextfile() function
1305 nextfile();
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c72 nextfile: in nextrecord()
80 goto nextfile; in nextrecord()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h341 extern void nextfile(void);
H A Dlib.c249 nextfile(void) in nextfile() function
H A Drun.c429 nextfile(); in jump()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3131 char nextfile[PATH_MAX + 1]; in devfsadm_rm_work() local
3168 (void) strcpy(nextfile, file); in devfsadm_rm_work()
3170 (void) strcat(nextfile, "/"); in devfsadm_rm_work()
3172 (void) strcpy(nextfile, ""); in devfsadm_rm_work()
3174 (void) strcat(nextfile, contents); in devfsadm_rm_work()
3175 devfsadm_rm_work(nextfile, TRUE, TYPE_LINK); in devfsadm_rm_work()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m1048 file path=opt/util-tests/tests/awk/tests/T.nextfile mode=0555