Lines Matching refs:DOBLANK
249 f &= ~(DOVACHECK | DOBLANK | DOGLOB | DOTILDE); in expand()
269 word = (f&DOBLANK) ? IFS_WS : IFS_WORD; in expand()
325 if (type != XBASE && (f & DOBLANK)) in expand()
353 if (f & DOBLANK) in expand()
387 if (f & DOBLANK) in expand()
626 f &= ~(DOBLANK|DOGLOB|DOBRACE); in expand()
633 f &= ~DOBLANK; in expand()
661 if (f & DOBLANK) in expand()
691 if (f & DOBLANK) in expand()
723 if (f & DOBLANK) in expand()
741 if (f & DOBLANK) in expand()
779 if (f & DOBLANK) { in expand()
790 if (f & DOBLANK) in expand()
811 if (f & DOBLANK) in expand()
877 if (f & DOBLANK) in expand()
885 if (c == 0 || (!quote && (f & DOBLANK) && doblank && in expand()