Searched refs:dofile (Results 1 – 12 of 12) sorted by relevance
16 dofile = mmdf24 dofile = message30 sts = dofile(sys.stdin) or sts40 sts = dofile(f) or sts
136 void dofile(FILE *fp, int translating) { in dofile() function311 dofile(fp, translating); in main()325 dofile(stdin, translating); in main()
97 dofile() { function163 dofile $file
5 dofile("/tmp/lua-output")
20 dofile("/tmp/lua-output")
13 dofile("/tmp/lua-output")
245 static int dofile (lua_State *L, const char *name) { in dofile() function544 return dofile(L, init+1); in handle_luainit()589 else dofile(L, NULL); /* executes stdin as a file */ in pmain()
67 local command = dofile(tracefile)
110 local ok, err = pcall(dofile, squishy_file);