Searched refs:DOBLANK (Results 1 – 3 of 3) sorted by relevance
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()[all …]
140 up = eval(t->args, t->u.evalflags | DOBLANK | DOGLOB | DOTILDE); in execute()339 DOBLANK | DOGLOB | DOTILDE); in execute()
1446 #define DOBLANK BIT(0) /* perform blank interpretation */ macro