Searched refs:lasttype (Results 1 – 1 of 1) sorted by relevance
174 register int lasttype = WC_SP; in wc_count() local241 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 …]