Home
last modified time | relevance | path

Searched refs:DOBLANK (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Deval.c249 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 …]
Dexec.c141 up = eval(t->args, t->u.evalflags | DOBLANK | DOGLOB | DOTILDE); in execute()
340 DOBLANK | DOGLOB | DOTILDE); in execute()
Dlex.c1149 iop->heredoc = xp = evalstr(iop->delim, DOBLANK); in readhere()
Dsh.h1392 #define DOBLANK BIT(0) /* perform blank interpretation */ macro