Searched refs:lua_load (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lbaselib.c | 323 status = lua_load(L, generic_reader, NULL, chunkname, mode); in luaB_load()
|
D | lauxlib.c | 654 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode); in luaL_loadfilex() 687 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
|
D | luac.c | 144 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
|
D | lapi.c | 973 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lua.h | 261 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
|