Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/config/
Dfiles.c62 static struct files **nextfile; variable
85 nextfile = &allfiles; in initfiles()
165 *nextfile = fi; in addfile()
166 nextfile = &fi->fi_next; in addfile()
/openbsd/src/usr.bin/awk/
Dproto.h123 extern void nextfile(void);
Dlib.c213 void nextfile(void) in nextfile() function
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
Drun.c392 nextfile(); in jump()