Home
last modified time | relevance | path

Searched refs:luaL_loadfile (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dlauxlib.h94 #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 Dlua.c180 return dochunk(L, luaL_loadfile(L, name)); in dofile()
225 status = luaL_loadfile(L, fname); in handle_script()
H A Dlbaselib.c396 if (luaL_loadfile(L, fname) != LUA_OK) in luaB_dofile()
H A Dloadlib.c548 return checkload(L, (luaL_loadfile(L, filename) == LUA_OK), filename); in searcher_Lua()
H A Dluac.c180 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 DLua.cpp175 int error = luaL_loadfile(m_lua_state, filename.data()) || in LoadModule()
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h113 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
/freebsd-13.1/contrib/lutok/
H A Dstate.cpp497 if (luaL_loadfile(_pimpl->lua_state, file.c_str()) != 0) in load_file()