Searched refs:getjump (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcode.c | 101 static int getjump (FuncState *fs, int pc) { in getjump() function 124 for (; list != NO_JUMP; list = getjump(fs, list)) { in need_value() 146 for (; list != NO_JUMP; list = getjump(fs, list)) in removevalues() 154 int next = getjump(fs, list); in patchlistaux() 183 int next = getjump(fs, list); in luaK_patchclose() 206 while ((next = getjump(fs, list)) != NO_JUMP) /* find last element */ in luaK_concat()
|
/freebsd/contrib/lua/src/ |
H A D | lcode.c | 154 static int getjump (FuncState *fs, int pc) { in getjump() function 188 while ((next = getjump(fs, list)) != NO_JUMP) /* find last element */ in luaK_concat() 278 for (; list != NO_JUMP; list = getjump(fs, list)) in removevalues() 291 int next = getjump(fs, list); in patchlistaux() 906 for (; list != NO_JUMP; list = getjump(fs, list)) { in need_value()
|