Lines Matching +defs:key +defs:j
97 static Node *mainposition (const Table *t, const TValue *key) { in mainposition()
127 static int arrayindex (const TValue *key) { in arrayindex()
144 static int findindex (lua_State *L, Table *t, StkId key) { in findindex()
169 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next()
218 static int countint (const TValue *key, int *nums) { in countint()
405 TValue *luaH_newkey (lua_State *L, Table *t, const TValue *key) { in luaH_newkey()
448 const TValue *luaH_getint (Table *t, int key) { in luaH_getint()
468 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr()
483 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get()
513 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set()
521 void luaH_setint (lua_State *L, Table *t, int key, TValue *value) { in luaH_setint()
535 static int unbound_search (Table *t, unsigned int j) { in unbound_search()
564 unsigned int j = t->sizearray; in luaH_getn() local
585 Node *luaH_mainposition (const Table *t, const TValue *key) { in luaH_mainposition()