Searched refs:luaH_set (Results 1 – 10 of 10) sorted by relevance
/external/skia/third_party/lua/src/ |
D | ltable.h | 26 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
|
D | ltable.c | 329 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old)); in luaH_resize() 417 return luaH_set(L, t, key); /* insert key into grown table */ in luaH_newkey() 510 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set() function
|
D | llex.c | 129 o = luaH_set(L, ls->fs->h, L->top - 1); in luaX_newstring()
|
D | lapi.c | 776 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1); in lua_rawset() 805 setobj2t(L, luaH_set(L, hvalue(t), &k), L->top - 1); in lua_rawsetp()
|
D | lcode.c | 293 TValue *idx = luaH_set(L, fs->h, key); in addk()
|
/external/syslinux/com32/lua/src/ |
D | ltable.h | 30 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
|
D | ltable.c | 330 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old)); in luaH_resize() 418 return luaH_set(L, t, key); /* insert key into grown table */ in luaH_newkey() 511 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set() function
|
D | llex.c | 133 o = luaH_set(L, ls->fs->h, L->top - 1); in luaX_newstring()
|
D | lapi.c | 776 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1); in lua_rawset() 805 setobj2t(L, luaH_set(L, hvalue(t), &k), L->top - 1); in lua_rawsetp()
|
D | lcode.c | 293 TValue *idx = luaH_set(L, fs->h, key); in addk()
|