Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c61 long cntodd; /* Count of non-ascii characters " */ variable
910 cntodd = 0; in clrstats()
942 if (cntnull || cntodd) { in iostats()
946 if (cntodd) in iostats()
949 if (cntodd) in iostats()
950 viprintf(gettext("%D non-ASCII"), cntodd); in iostats()
956 return (cntnull != 0 || cntodd != 0); in iostats()
H A Dexrecover.c688 int cntch, cntln, cntodd, cntnull; variable
751 cntodd = 0; in clrstats()