Searched refs:escapelist (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lparser.c | 1145 int escapelist = NO_JUMP; in ifstat() local 1148 luaK_concat(fs, &escapelist, luaK_jump(fs)); in ifstat() 1153 luaK_concat(fs, &escapelist, luaK_jump(fs)); in ifstat() 1159 luaK_concat(fs, &escapelist, flist); in ifstat() 1160 luaK_patchtohere(fs, escapelist); in ifstat()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lparser.c | 1379 static void test_then_block (LexState *ls, int *escapelist) { in test_then_block() argument 1409 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block() 1417 int escapelist = NO_JUMP; /* exit list for finished parts */ in ifstat() local 1418 test_then_block(ls, &escapelist); /* IF cond THEN block */ in ifstat() 1420 test_then_block(ls, &escapelist); /* ELSEIF cond THEN block */ in ifstat() 1424 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
|