Searched refs:findfield (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 36 static int findfield (lua_State *L, int objidx, int level) { in findfield() function 46 else if (findfield(L, objidx, level - 1)) { /* try recursively */ in findfield() 64 if (findfield(L, top + 1, 2)) { in pushglobalfuncname()
|
/freebsd/contrib/lua/src/ |
H A D | lauxlib.c | 52 static int findfield (lua_State *L, int objidx, int level) { in findfield() function 62 else if (findfield(L, objidx, level - 1)) { /* try recursively */ in findfield() 83 if (findfield(L, top + 1, 2)) { in pushglobalfuncname()
|