Home
last modified time | relevance | path

Searched refs:IOSTRIP (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dio.c237 stripflg = iop->iofile & IOSTRIP; in copy()
252 iop->iofile &= ~IOSTRIP; in copy()
H A Ddefs.h133 #define IOSTRIP 0x0200 macro
H A Dword.c212 wdnum |= IOSTRIP; in word()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h183 #define IOSTRIP 0x4000 /* strip leading tabs for here-document */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c485 if(iof&IOSTRIP) in p_redirect()
H A Dlex.c1759 iop->iofile |= IOSTRIP; in nested_here()
1847 if(stripflg=iop->iofile&IOSTRIP) in here_copy()
H A Dparse.c1778 iof |= IOSTRIP; in inout()