Searched refs:DOBLANK (Results 1 – 4 of 4) sorted by relevance
249 f &= ~(DOVACHECK | DOBLANK | DOGLOB | DOTILDE); in expand()269 word = (f&DOBLANK) ? IFS_WS : IFS_WORD; in expand()332 if (type != XBASE && (f & DOBLANK)) in expand()360 if (f & DOBLANK) in expand()394 if (f & DOBLANK) in expand()671 f &= ~(DOBLANK|DOGLOB|DOBRACE); in expand()675 f &= ~DOBLANK; in expand()703 if (f & DOBLANK) in expand()733 if (f & DOBLANK) in expand()765 if (f & DOBLANK) in expand()[all …]
141 up = eval(t->args, t->u.evalflags | DOBLANK | DOGLOB | DOTILDE); in execute()340 DOBLANK | DOGLOB | DOTILDE); in execute()
1149 iop->heredoc = xp = evalstr(iop->delim, DOBLANK); in readhere()
1392 #define DOBLANK BIT(0) /* perform blank interpretation */ macro