Searched refs:luaH_getint (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dltable.h43 LUAI_FUNC const TValue *luaH_getint (Table *t, lua_Integer key);
H A Dltable.c516 const TValue *luaH_getint (Table *t, lua_Integer key) { function
592 case LUA_TNUMINT: return luaH_getint(t, ivalue(key));
597 return luaH_getint(t, k); /* use specialized version */
619 const TValue *p = luaH_getint(t, key);
636 while (!ttisnil(luaH_getint(t, j))) {
641 while (!ttisnil(luaH_getint(t, i))) i++;
649 if (ttisnil(luaH_getint(t, m))) j = m;
H A Dlapi.c608 return auxgetstr(L, luaH_getint(reg, LUA_RIDX_GLOBALS), name);
633 if (luaV_fastget(L, t, n, slot, luaH_getint)) {
663 setobj2s(L, L->top, luaH_getint(hvalue(t), n));
762 auxsetstr(L, luaH_getint(reg, LUA_RIDX_GLOBALS), name);
789 if (luaV_fastset(L, t, n, slot, luaH_getint, L->top - 1))
1005 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.h25 LUAI_FUNC const TValue *luaH_getint (Table *t, int key);
H A Dltable.c446 const TValue *luaH_getint (Table *t, int key) { function
490 return luaH_getint(t, k); /* use specialized version */
520 const TValue *p = luaH_getint(t, key);
537 while (!ttisnil(luaH_getint(t, j))) {
543 while (!ttisnil(luaH_getint(t, i))) i++;
550 if (ttisnil(luaH_getint(t, m))) j = m;
H A Dlapi.c611 gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
653 setobj2s(L, L->top, luaH_getint(hvalue(t), n));
738 gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
985 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS);

Completed in 121 milliseconds