Searched refs:luaH_getint (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltable.c | 448 const TValue *luaH_getint (Table *t, int key) { in luaH_getint() function 492 return luaH_getint(t, k); /* use specialized version */ in luaH_get() 522 const TValue *p = luaH_getint(t, key); in luaH_setint() 539 while (!ttisnil(luaH_getint(t, j))) { in unbound_search() 545 while (!ttisnil(luaH_getint(t, i))) i++; in unbound_search() 552 if (ttisnil(luaH_getint(t, m))) j = m; in unbound_search()
|
| H A D | ltable.h | 26 LUAI_FUNC const TValue *luaH_getint (Table *t, int key);
|
| H A D | lapi.c | 609 gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_getglobal() 651 setobj2s(L, L->top, luaH_getint(hvalue(t), n)); in lua_rawgeti() 736 gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_setglobal() 983 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_load()
|