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

  /external/chromium_org/third_party/skia/third_party/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 261 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 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

Completed in 58 milliseconds