Searched refs:luaL_loadfile (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lauxlib.h | 107 #define luaL_loadfile(L,f) luaL_loadfilex(L,f,NULL) macro 159 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
H A D | lua.c | 204 return dochunk(L, luaL_loadfile(L, name)); in dofile() 255 status = luaL_loadfile(L, fname); in handle_script()
|
H A D | lbaselib.c | 425 if (l_unlikely(luaL_loadfile(L, fname) != LUA_OK)) in luaB_dofile()
|
H A D | loadlib.c | 552 return checkload(L, (luaL_loadfile(L, filename) == LUA_OK), filename); in searcher_Lua()
|
H A D | luac.c | 181 if (luaL_loadfile(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1)); in pmain()
|
/netbsd-src/libexec/httpd/ |
H A D | lua-bozo.c | 232 if (luaL_loadfile(map->L, script)) in bozo_add_lua_map()
|
/netbsd-src/external/bsd/lutok/dist/ |
H A D | state.cpp | 497 if (luaL_loadfile(_pimpl->lua_state, file.c_str()) != 0) in load_file()
|