Lines Matching full:escapelist
1374 static void test_then_block (LexState *ls, int *escapelist) {
1404 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */
1412 int escapelist = NO_JUMP; /* exit list for finished parts */
1413 test_then_block(ls, &escapelist); /* IF cond THEN block */
1415 test_then_block(ls, &escapelist); /* ELSEIF cond THEN block */
1419 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */