Searched refs:TK_ELSEIF (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.h | 25 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
H A D | lparser.c | 592 case TK_ELSE: case TK_ELSEIF: in block_follow() 1407 ls->t.token == TK_ELSEIF) /* followed by 'else'/'elseif'? */ in test_then_block() 1418 while (ls->t.token == TK_ELSEIF) in ifstat()
|
/freebsd/contrib/lua/src/ |
H A D | llex.h | 35 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
H A D | lparser.c | 790 case TK_ELSE: case TK_ELSEIF: in block_follow() 1669 ls->t.token == TK_ELSEIF) /* followed by 'else'/'elseif'? */ in test_then_block() 1680 while (ls->t.token == TK_ELSEIF) in ifstat()
|