Home
last modified time | relevance | path

Searched refs:luaH_new (Results 1 – 14 of 14) sorted by relevance

/external/skia/third_party/lua/src/
Dltable.h27 LUAI_FUNC Table *luaH_new (lua_State *L);
Dlstate.c168 Table *registry = luaH_new(L); in init_registry()
175 sethvalue(L, &mt, luaH_new(L)); in init_registry()
Dltable.c368 Table *luaH_new (lua_State *L) { in luaH_new() function
Dldebug.c205 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
Dlvm.c606 Table *t = luaH_new(L); in luaV_execute()
Dlapi.c677 t = luaH_new(L); in lua_createtable()
Dlparser.c547 fs->h = luaH_new(L); in open_func()
/external/syslinux/com32/lua/src/
Dltable.h31 LUAI_FUNC Table *luaH_new (lua_State *L);
Dlstate.c173 Table *registry = luaH_new(L); in init_registry()
180 sethvalue(L, &mt, luaH_new(L)); in init_registry()
Dltable.c369 Table *luaH_new (lua_State *L) { in luaH_new() function
Dldebug.c205 Table *t = luaH_new(L); /* new table to store active lines */ in collectvalidlines()
Dlvm.c629 Table *t = luaH_new(L); in luaV_execute()
Dlapi.c677 t = luaH_new(L); in lua_createtable()
Dlparser.c547 fs->h = luaH_new(L); in open_func()