Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlauxlib.h78 #define luaL_loadfile(L,f) luaL_loadfilex(L,f,NULL) macro
125 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlua.c211 int status = luaL_loadfile(L, name); in dofile()
334 status = luaL_loadfile(L, fname); in handle_script()
Dlbaselib.c339 if (luaL_loadfile(L, fname) != LUA_OK) in luaB_dofile()
Dluac.c172 if (luaL_loadfile(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1)); in pmain()
Dloadlib.c415 return checkload(L, (luaL_loadfile(L, filename) == LUA_OK), filename); in searcher_Lua()