Home
last modified time | relevance | path

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

/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
1858 stripcol++; in here_copy()
1860 stripcol += 8 - stripcol%8; in here_copy()
1942 if((stripcol && c==' ') || (stripflg && c=='\t')) in here_copy()
1952 if(stripcol) in here_copy()
1962 if(col>stripcol) in here_copy()