Searched refs:FLAG_DO (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 3947 FLAG_DO = (1 << RES_DO ), enumerator 3975 { "for", RES_FOR, NOT_ASSIGNMENT , FLAG_IN | FLAG_DO | FLAG_START }, in match_reserved_word() 3976 { "while", RES_WHILE, MAYBE_ASSIGNMENT, FLAG_DO | FLAG_START }, in match_reserved_word() 3977 { "until", RES_UNTIL, MAYBE_ASSIGNMENT, FLAG_DO | FLAG_START }, in match_reserved_word() 3978 { "in", RES_IN, NOT_ASSIGNMENT , FLAG_DO }, in match_reserved_word()
|