Searched refs:TK_ELSE (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.h | 27 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
| H A D | lparser.c | 873 case TK_ELSE: case TK_ELSEIF: case TK_END: in block_follow() 1152 if (ls->t.token == TK_ELSE) { in ifstat()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llex.h | 26 TK_DO, TK_ELSE, TK_ELSEIF, TK_END, TK_FALSE, TK_FOR, TK_FUNCTION, enumerator
|
| H A D | lparser.c | 593 case TK_ELSE: case TK_ELSEIF: in block_follow() 1407 if (ls->t.token == TK_ELSE || in test_then_block() 1421 if (testnext(ls, TK_ELSE)) in ifstat()
|