Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/port/
H A Dex_io.c60 long cntodd; /* Count of non-ascii characters " */ variable
907 cntodd = 0; in clrstats()
939 if (cntnull || cntodd) { in iostats()
943 if (cntodd) in iostats()
946 if (cntodd) in iostats()
947 viprintf(gettext("%D non-ASCII"), cntodd); in iostats()
953 return (cntnull != 0 || cntodd != 0); in iostats()
H A Dexrecover.c688 int cntch, cntln, cntodd, cntnull; variable
751 cntodd = 0; in clrstats()