Home
last modified time | relevance | path

Searched refs:stripflg (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sh/
H A Dio.c229 int stripflg; in copy() local
237 stripflg = iop->iofile & IOSTRIP; in copy()
251 if (stripflg) { in copy()
260 if (stripflg) in copy()
275 if (stripflg) in copy()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dlex.c1701 int stripcol=0,stripflg, nsave, special=0; in here_copy() local
1714 if(stripflg=iop->iofile&IOSTRIP) in here_copy()
1778 if((stripcol && c==' ') || (stripflg && c=='\t')) in here_copy()