Searched defs:cntch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c53 long cntch; /* Count of characters on unit io */ variable
723 if (crflag > 0 && run_crypt(cntch, genbuf, ninbuf+1, perm) == -1) {
728 cntch += ninbuf+1;
773 if (run_crypt(cntch, genbuf, nib, perm) == -1)
785 cntch += nib;
797 if (run_crypt(cntch, genbuf, nib, perm) == -1)
799 if ((cntch == 0) && (nib == 1)) {
813 cntch += nib;
904 cntch = 0;
921 viprintf(" %d/%D", cntln, cntch);
[all...]
H A Dexrecover.c688 int cntch, cntln, cntodd, cntnull; variable
720 cntch += nib;
733 cntch += nib;
748 cntch = 0;

Completed in 46 milliseconds