Searched refs:luaL_loadfile (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lauxlib.h | 78 #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/ |
D | lua.c | 211 int status = luaL_loadfile(L, name); in dofile() 334 status = luaL_loadfile(L, fname); in handle_script()
|
D | lbaselib.c | 339 if (luaL_loadfile(L, fname) != LUA_OK) in luaB_dofile()
|
D | luac.c | 172 if (luaL_loadfile(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1)); in pmain()
|
D | loadlib.c | 415 return checkload(L, (luaL_loadfile(L, filename) == LUA_OK), filename); in searcher_Lua()
|