Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcmd/common/
H A Dwclib.c174 register int lasttype = WC_SP; in wc_count() local
241 lasttype = 1; in wc_count()
244 lasttype = 1; in wc_count()
245 else if (lasttype) in wc_count()
247 lasttype = 0; in wc_count()
284 if (eol(lasttype)) in wc_count()
286 if ((c = type[*cp]) && !lasttype) in wc_count()
288 lasttype = c; in wc_count()
291 if (!lasttype && type[*cp]) in wc_count()
295 c = lasttype; in wc_count()
[all …]