Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c1834 int stripcol=0,stripflg, nsave, special=0; in here_copy() local
1847 if(stripflg=iop->iofile&IOSTRIP) in here_copy()
1942 if((stripcol && c==' ') || (stripflg && c=='\t')) in here_copy()