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

/freebsd-12-stable/contrib/lua/src/
H A Dlauxlib.c43 ** search for 'objidx' in table at index -1.
46 static int findfield (lua_State *L, int objidx, int level) { argument
52 if (lua_rawequal(L, objidx, -1)) { /* found object? */
56 else if (findfield(L, objidx, level - 1)) { /* try recursively */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c35 ** search for 'objidx' in table at index -1.
38 static int findfield (lua_State *L, int objidx, int level) { argument
44 if (lua_rawequal(L, objidx, -1)) { /* found object? */
48 else if (findfield(L, objidx, level - 1)) { /* try recursively */

Completed in 63 milliseconds