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

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

Completed in 218 milliseconds