Searched refs:DOBRACE (Results 1 – 2 of 2) sorted by relevance
268 f |= DOBRACE; in expand()701 f &= ~(DOBLANK|DOGLOB|DOBRACE); in expand()1071 if (fdo & DOBRACE) in expand()1135 if ((f & DOBRACE) && in expand()1137 (fdo & DOBRACE))) { in expand()1138 fdo |= DOBRACE|DOMAGIC; in expand()
2062 #define DOBRACE BIT(6) /* used by expand(): do brace expansion */ macro