Home
last modified time | relevance | path

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

/titanic_44/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.c213 wdnum |= IOSTRIP; in word()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h182 #define IOSTRIP 0x4000 /* strip leading tabs for here-document */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Ddeparse.c468 if(iof&IOSTRIP) in p_redirect()
H A Dlex.c1626 iop->iofile |= IOSTRIP; in nested_here()
1714 if(stripflg=iop->iofile&IOSTRIP) in here_copy()
H A Dparse.c1646 iof |= IOSTRIP; in inout()