Searched refs:dofile (Results 1 – 8 of 8) sorted by relevance
56 static void dofile(void);82 dofile(); in main()100 dofile(void) in dofile() function
64 int dofile, dokld, ch; in command_load() local66 dokld = dofile = 0; in command_load()
203 static int dofile (lua_State *L, const char *name) { in dofile() function376 return dofile(L, init+1); in handle_luainit()657 else dofile(L, NULL); /* executes stdin as a file */ in pmain()
37 dofile "optparse.lua"
33 dofile "optparse.lua"
317 int once = 1, dofile = 0; /* batch -vs- interactive control */ in main() local381 dofile++; once=0; in main()405 while ((dofile && fgets(fileq, sizeof fileq, qfp) != NULL) || in main()406 (!dofile && once--)) in main()964 if (!dofile) { in main()
270 my $dofile = abs2rel(catfile($srcdir, "util/dofile.pl"));