Searched refs:findfield (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 37 static int findfield (lua_State *L, int objidx, int level) { in findfield() function 47 else if (findfield(L, objidx, level - 1)) { /* try recursively */ in findfield() 65 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() 84 if (findfield(L, top + 1, 2)) { in pushglobalfuncname()
|