Searched refs:DOBRACE (Results 1 – 2 of 2) sorted by relevance
263 f |= DOBRACE; in expand()664 f &= ~(DOBLANK|DOGLOB|DOBRACE); in expand()962 if (fdo & DOBRACE) in expand()1032 if ((f & DOBRACE) && in expand()1034 (fdo & DOBRACE))) { in expand()1035 fdo |= DOBRACE|DOMAGIC; in expand()
1987 #define DOBRACE BIT(6) /* used by expand(): do brace expansion */ macro