Searched refs:findindex (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dltable.c159 static unsigned int findindex (lua_State *L, Table *t, StkId key) { function
187 unsigned int i = findindex(L, t, key); /* find original element */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.c144 static int findindex (lua_State *L, Table *t, StkId key) { function
170 int i = findindex(L, t, key); /* find original element */

Completed in 121 milliseconds