Home
last modified time | relevance | path

Searched refs:escapelist (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dlparser.c1661 static void test_then_block (LexState *ls, int *escapelist) { in test_then_block() argument
1698 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
1706 int escapelist = NO_JUMP; /* exit list for finished parts */ in ifstat() local
1707 test_then_block(ls, &escapelist); /* IF cond THEN block */ in ifstat()
1709 test_then_block(ls, &escapelist); /* ELSEIF cond THEN block */ in ifstat()
1713 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()