HomeSort by relevance Sort by last modified time
    Searched refs:lua_load (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lbaselib.c 287 ** Reader for generic `load' function: `lua_load' uses the
323 status = lua_load(L, generic_reader, NULL, chunkname, mode);
luac.c 144 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1));
lauxlib.c 654 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode);
658 lua_settop(L, fnameindex); /* ignore results from `lua_load' */
687 return lua_load(L, getS, &ls, name, mode);
lapi.c 973 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, function
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 261 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt,
  /external/syslinux/com32/lua/src/
lbaselib.c 287 ** Reader for generic `load' function: `lua_load' uses the
323 status = lua_load(L, generic_reader, NULL, chunkname, mode);
lua.h 266 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt,
luac.c 144 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1));
lauxlib.c 656 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode);
660 lua_settop(L, fnameindex); /* ignore results from `lua_load' */
689 return lua_load(L, getS, &ls, name, mode);
lapi.c 973 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, function

Completed in 129 milliseconds