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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ltable.h 27 LUAI_FUNC Table *luaH_new (lua_State *L);
lstate.c 168 Table *registry = luaH_new(L);
175 sethvalue(L, &mt, luaH_new(L));
ldebug.c 205 Table *t = luaH_new(L); /* new table to store active lines */
ltable.c 368 Table *luaH_new (lua_State *L) {
lvm.c 606 Table *t = luaH_new(L);
lapi.c 677 t = luaH_new(L);
lparser.c 547 fs->h = luaH_new(L);
    [all...]

Completed in 225 milliseconds