Searched refs:dofile (Results 1 – 6 of 6) sorted by relevance
56 static void dofile(void);82 dofile(); in main()95 dofile(void) in dofile() function
169 dofile(char *filename) in dofile() function364 t1 = dofile(argv[1]); in main()368 t2 = dofile(argv[2]); in main()
179 static int dofile (lua_State *L, const char *name) { in dofile() function337 return dofile(L, init+1); in handle_luainit()616 else dofile(L, NULL); /* executes stdin as a file */ in pmain()
117 int dflag, dofile, dokld, ch, error; in command_load() local119 dflag = dokld = dofile = 0; in command_load()149 dofile = 1; in command_load()163 if (dofile) { in command_load()
93 return dofile(module)
230 my $dofile = abs2rel(catfile($srcdir, "util/dofile.pl"));3265 …my $cmd = "$perlcmd \"-I.\" \"-Mconfigdata\" \"$dofile\" -o\"Configure\" \"".join("\" \"",@templat…