HomeSort by: relevance | last modified time | path
    Searched defs:dofile (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/nohup/
nohup.c 56 static void dofile(void);
82 dofile();
100 dofile(void) function
nohup.c 56 static void dofile(void);
82 dofile();
100 dofile(void) function
  /src/sys/arch/ia64/stand/common/
fileload.c 64 int dofile, dokld, ch; local
66 dokld = dofile = 0;
fileload.c 64 int dofile, dokld, ch; local
66 dokld = dofile = 0;
  /src/external/mit/lua/dist/src/
lua.c 203 static int dofile (lua_State *L, const char *name) { function
376 return dofile(L, init+1);
657 else dofile(L, NULL); /* executes stdin as a file */
lua.c 203 static int dofile (lua_State *L, const char *name) { function
376 return dofile(L, init+1);
657 else dofile(L, NULL); /* executes stdin as a file */
  /src/external/bsd/libbind/dist/tests/
dig8.c 317 int once = 1, dofile = 0; /* batch -vs- interactive control */ local
381 dofile++; once=0;
405 while ((dofile && fgets(fileq, sizeof fileq, qfp) != NULL) ||
406 (!dofile && once--))
964 if (!dofile) {
dig8.c 317 int once = 1, dofile = 0; /* batch -vs- interactive control */ local
381 dofile++; once=0;
405 while ((dofile && fgets(fileq, sizeof fileq, qfp) != NULL) ||
406 (!dofile && once--))
964 if (!dofile) {

Completed in 70 milliseconds