Searched refs:luaL_loadfile (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lauxlib.h | 94 #define luaL_loadfile(L,f) luaL_loadfilex(L,f,NULL) macro 144 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
| H A D | lua.c | 180 return dochunk(L, luaL_loadfile(L, name)); in dofile() 225 status = luaL_loadfile(L, fname); in handle_script()
|
| H A D | lbaselib.c | 396 if (luaL_loadfile(L, fname) != LUA_OK) in luaB_dofile()
|
| H A D | loadlib.c | 548 return checkload(L, (luaL_loadfile(L, filename) == LUA_OK), filename); in searcher_Lua()
|
| H A D | luac.c | 180 if (luaL_loadfile(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1)); in pmain()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.cpp | 175 int error = luaL_loadfile(m_lua_state, filename.data()) || in LoadModule()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 113 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
| /freebsd-13.1/contrib/lutok/ |
| H A D | state.cpp | 497 if (luaL_loadfile(_pimpl->lua_state, file.c_str()) != 0) in load_file()
|