Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/lua/
H A Dlparser.c1379 static void test_then_block (LexState *ls, int *escapelist) { in test_then_block() function
1418 test_then_block(ls, &escapelist); /* IF cond THEN block */ in ifstat()
1420 test_then_block(ls, &escapelist); /* ELSEIF cond THEN block */ in ifstat()
/src/contrib/lua/src/
H A Dlparser.c1637 static void test_then_block (LexState *ls, int *escapelist) { in test_then_block() function
1678 test_then_block(ls, &escapelist); /* IF cond THEN block */ in ifstat()
1680 test_then_block(ls, &escapelist); /* ELSEIF cond THEN block */ in ifstat()