Searched refs:getjump (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 98 static int getjump (FuncState *fs, int pc) { in getjump() function 121 for (; list != NO_JUMP; list = getjump(fs, list)) { in need_value() 143 for (; list != NO_JUMP; list = getjump(fs, list)) in removevalues() 151 int next = getjump(fs, list); in patchlistaux() 180 int next = getjump(fs, list); in luaK_patchclose() 203 while ((next = getjump(fs, list)) != NO_JUMP) /* find last element */ in luaK_concat()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.c | 100 static int getjump (FuncState *fs, int pc) { in getjump() function 123 for (; list != NO_JUMP; list = getjump(fs, list)) { in need_value() 145 for (; list != NO_JUMP; list = getjump(fs, list)) in removevalues() 153 int next = getjump(fs, list); in patchlistaux() 192 while ((next = getjump(fs, list)) != NO_JUMP) /* find last element */ in luaK_concat()
|