Lines Matching +defs:key +defs:j
100 static Node *mainposition (const Table *t, const TValue *key) { in mainposition()
120 static int arrayindex (const TValue *key) { in arrayindex()
137 static int findindex (lua_State *L, Table *t, StkId key) { in findindex()
162 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next()
211 static int countint (const TValue *key, int *nums) { in countint()
399 static TValue *newkey (lua_State *L, Table *t, const TValue *key) { in newkey()
435 const TValue *luaH_getnum (Table *t, int key) { in luaH_getnum()
455 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr()
469 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get()
494 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set()
508 TValue *luaH_setnum (lua_State *L, Table *t, int key) { in luaH_setnum()
520 TValue *luaH_setstr (lua_State *L, Table *t, TString *key) { in luaH_setstr()
532 static int unbound_search (Table *t, unsigned int j) { in unbound_search()
561 unsigned int j = t->sizearray; in luaH_getn() local
582 Node *luaH_mainposition (const Table *t, const TValue *key) { in luaH_mainposition()