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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c34 ** search for 'objidx' in table at index -1.
37 static int findfield (lua_State *L, int objidx, int level) { argument
43 if (lua_rawequal(L, objidx, -1)) { /* found object? */
47 else if (findfield(L, objidx, level - 1)) { /* try recursively */
/freebsd-13-stable/contrib/lua/src/
H A Dlauxlib.c49 ** Search for 'objidx' in table at index -1. ('objidx' must be an
52 static int findfield (lua_State *L, int objidx, int level) { argument
58 if (lua_rawequal(L, objidx, -1)) { /* found object? */
62 else if (findfield(L, objidx, level - 1)) { /* try recursively */

Completed in 57 milliseconds