Searched refs:luaH_mainposition (Results 1 – 5 of 5) sorted by relevance
41 LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key);
585 Node *luaH_mainposition (const Table *t, const TValue *key) { in luaH_mainposition() function
61 LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key);
976 Node *luaH_mainposition (const Table *t, const TValue *key) { in luaH_mainposition() function
975 lua_pushinteger(L, luaH_mainposition(t, o) - t->node); in hash_query()