Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c520 RES_ELSE , enumerator
3670 [RES_ELSE ] = "ELSE" , in debug_print_tree()
3940 FLAG_ELSE = (1 << RES_ELSE ),
3971 { "else", RES_ELSE, MAYBE_ASSIGNMENT, FLAG_FI }, in match_reserved_word()
4187 IF_HUSH_IF(|| reserved->res == RES_ELSE) in done_word()
9787 if (rword == RES_ELSE || rword == RES_ELIF) { in run_list()