Lines Matching refs:cnt
89 wint_t ch, cnt, lastch;
230 s1.cnt == 1 && s2.cnt == 1) {
238 } while (s1.state == CCLASS_LOWER && s1.cnt > 1);
243 } while (s2.state == CCLASS_UPPER && s2.cnt > 1);
247 s1.cnt == 1 && s2.cnt == 1) {
255 } while (s1.state == CCLASS_UPPER && s1.cnt > 1);
260 } while (s2.state == CCLASS_LOWER && s2.cnt > 1);
284 for (cnt = 0; cnt < WCHAR_MAX; cnt++) {
285 if (Cflag && !iswrune(cnt))
287 if (cmap_lookup(map, cnt) == OOBCH) {
289 (void) cmap_add(map, cnt, s2.lastch);
293 (void) cmap_add(map, cnt, cnt);
295 cnt >= cmap_max(map))
300 for (p = carray, cnt = 0; cnt < NCHARS_SB; cnt++) {
301 if (cmap_lookup(map, cnt) == OOBCH && iswrune(cnt))
302 *p++ = cnt;
304 (void) cmap_add(map, cnt, cnt);
312 for (cnt = 0; cnt < n; cnt++) {
314 (void) cmap_add(map, carray[cnt], s2.lastch);