Home | History | Annotate | Download | only in src

Lines Matching refs:test_then_block

1374 static void test_then_block (LexState *ls, int *escapelist) {
1375 /* test_then_block -> [IF | ELSEIF] cond THEN block */
1413 test_then_block(ls, &escapelist); /* IF cond THEN block */
1415 test_then_block(ls, &escapelist); /* ELSEIF cond THEN block */