Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c1130 static int test_then_block (LexState *ls) { in test_then_block() function
1146 flist = test_then_block(ls); /* IF cond THEN block */ in ifstat()
1150 flist = test_then_block(ls); /* ELSEIF cond THEN block */ in ifstat()
/f-stack/freebsd/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()