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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlbaselib.c287 ** Reader for generic `load' function: `lua_load' uses the
323 status = lua_load(L, generic_reader, NULL, chunkname, mode);
H A Dlua.h261 LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt,
H A Dluac.c144 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1));
H A Dlauxlib.c654 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);
H A Dlapi.c973 LUA_API int lua_load (lua_State *L, lua_Reader reader, void *data, function

Completed in 184 milliseconds