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

/illumos-gate/usr/src/cmd/refer/
H A Dmkey1.c28 extern void dofile();
100 dofile(f, qn);
106 dofile(stdin, "");
113 dofile(f, name);
H A Dmkey2.c33 dofile(FILE *f, char *name) 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.l81 extern int dofile; /* are we processing a file? */
248 if (dofile == PO_TRUE) {
H A Dpoolcfg.y115 int dofile = PO_FALSE; /* poolcfg.l uses this for errors */
679 if (dofile == PO_TRUE)
691 dofile = PO_TRUE;
702 if (docmd == PO_FALSE && dofile == PO_FALSE)
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c122 void dofile(char *);
271 dofile(*argv++); /* change from *argv */
277 dofile(PACCT);
281 dofile(NULL);
289 dofile(char *fname) function
H A Dacctcms.c122 void dofile(char *);
205 dofile(argv[optind]);
296 dofile(char *fname) function
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c1911 int dofile, ch; local
1914 dofile = 0;
1928 dofile = 1;
1937 if (dofile) {
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmodule.c106 int dofile, dokld, ch, error; local
108 dokld = dofile = 0;
123 dofile = 1;
138 if (dofile) {

Completed in 90 milliseconds