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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.h 30 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
ltable.c 329 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old));
417 return luaH_set(L, t, key); /* insert key into grown table */
510 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) {
llex.c 129 o = luaH_set(L, ls->fs->h, L->top - 1);
lapi.c 776 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1);
805 setobj2t(L, luaH_set(L, hvalue(t), &k), L->top - 1);
lcode.c 293 TValue *idx = luaH_set(L, fs->h, key);
  /external/syslinux/com32/lua/src/
ltable.h 30 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
ltable.c 330 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old));
418 return luaH_set(L, t, key); /* insert key into grown table */
511 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) {
llex.c 133 o = luaH_set(L, ls->fs->h, L->top - 1);
lapi.c 776 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1);
805 setobj2t(L, luaH_set(L, hvalue(t), &k), L->top - 1);
lcode.c 293 TValue *idx = luaH_set(L, fs->h, key);

Completed in 234 milliseconds