Searched refs:escapelist (Results 1 – 1 of 1) sorted by relevance
1374 static void test_then_block (LexState *ls, int *escapelist) { in test_then_block() argument1404 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()1412 int escapelist = NO_JUMP; /* exit list for finished parts */ in ifstat() local1413 test_then_block(ls, &escapelist); /* IF cond THEN block */ in ifstat()1415 test_then_block(ls, &escapelist); /* ELSEIF cond THEN block */ in ifstat()1419 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()