Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c526 RES_UNTIL , enumerator
3676 [RES_UNTIL] = "UNTIL", in debug_print_tree()
3946 FLAG_UNTIL = (1 << RES_UNTIL),
3977 { "until", RES_UNTIL, MAYBE_ASSIGNMENT, FLAG_DO | FLAG_START }, in match_reserved_word()
9756 if ((rword == RES_WHILE || rword == RES_UNTIL || rword == RES_FOR) in run_list()
10015 if (rword == RES_UNTIL) { in run_list()