Home
last modified time | relevance | path

Searched refs:dofile (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dmkey1.c26 extern void dofile();
98 dofile(f, qn); in main()
104 dofile(stdin, ""); in main()
111 dofile(f, name); in main()
H A Dmkey2.c31 dofile(FILE *f, char *name) in dofile() function
/illumos-gate/usr/src/lib/libc/
H A Dextract-copyright.pl29 sub dofile subroutine
114 dofile($a);
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l80 extern int dofile; /* are we processing a file? */
247 if (dofile == PO_TRUE) {
H A Dpoolcfg.y113 int dofile = PO_FALSE; /* poolcfg.l uses this for errors */ variable
677 if (dofile == PO_TRUE)
689 dofile = PO_TRUE;
700 if (docmd == PO_FALSE && dofile == PO_FALSE)
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c119 void dofile(char *);
268 dofile(*argv++); /* change from *argv */ in main()
274 dofile(PACCT); in main()
278 dofile(NULL); in main()
286 dofile(char *fname) in dofile() function
H A Dacctcms.c119 void dofile(char *);
202 dofile(argv[optind]); in main()
293 dofile(char *fname) in dofile() function
/illumos-gate/usr/src/boot/common/
H A Dmodule.c117 int dofile, dokld, ch, error; in command_load() local
119 dokld = dofile = 0; in command_load()
134 dofile = 1; in command_load()
149 if (dofile) { in command_load()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1891 int dofile, ch; in command_load() local
1894 dofile = 0; in command_load()
1908 dofile = 1; in command_load()
1917 if (dofile) { in command_load()