HomeSort by: relevance | last modified time | path
    Searched defs:escapelist (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/lua/dist/src/
lparser.c 1652 static void test_then_block (LexState *ls, int *escapelist) {
1684 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */
1692 int escapelist = NO_JUMP; /* exit list for finished parts */ local
1693 test_then_block(ls, &escapelist); /* IF cond THEN block */
1695 test_then_block(ls, &escapelist); /* ELSEIF cond THEN block */
1699 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */

Completed in 38 milliseconds