Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c323 status = lua_load(L, generic_reader, NULL, chunkname, mode); in luaB_load()
Dlauxlib.c654 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()
Dluac.c144 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
Dlapi.c973 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h261 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable