Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlauxlib.c778 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode); in luaL_loadfilex()
811 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
H A Dlbaselib.c379 status = lua_load(L, generic_reader, NULL, chunkname, mode); in luaB_load()
H A Dlua.h289 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt, variable
H A Dluac.c151 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1)); in combine()
H A Dlapi.c1054 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, in lua_load() function