Searched refs:dofile (Results 1 – 2 of 2) sorted by relevance
134 static int dofile (lua_State *L, const char *name) { in dofile() function327 return dofile(L, init+1); in handle_luainit()371 else dofile(L, NULL); /* executes stdin as a file */ in pmain()
156 + dofile and dostring can now return values (via return statement)