Searched refs:escapelist (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/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()
|
| /freebsd/contrib/lua/src/ |
| H A D | lparser.c | 1637 static void test_then_block (LexState *ls, int *escapelist) { in test_then_block() argument 1669 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block() 1677 int escapelist = NO_JUMP; /* exit list for finished parts */ in ifstat() local 1678 test_then_block(ls, &escapelist); /* IF cond THEN block */ in ifstat() 1680 test_then_block(ls, &escapelist); /* ELSEIF cond THEN block */ in ifstat() 1684 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
|