Home
last modified time | relevance | path

Searched refs:hashint (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lua/src/
H A Dltable.c108 static Node *hashint (const Table *t, lua_Integer i) { in hashint() function
155 return hashint(t, i); in mainpositionTV()
740 Node *n = hashint(t, key); in luaH_getint()