Searched refs:luaL_dofile (Results 1 – 3 of 3) sorted by relevance
36 if (luaL_dofile(L,NULL)!=0) fprintf(stderr,"%s\n",lua_tostring(L,-1)); in main()
111 #define luaL_dofile(L, fn) \ macro
112 #define luaL_dofile(L, fn) \ macro