Searched refs:test_then_block (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c1132 static int test_then_block (LexState *ls) { function
1133 /* test_then_block -> [IF | ELSEIF] cond THEN block */
1148 flist = test_then_block(ls); /* IF cond THEN block */
1152 flist = test_then_block(ls); /* ELSEIF cond THEN block */

Completed in 164 milliseconds