Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c54 long cntch; /* Count of characters on unit io */ variable
726 if (crflag > 0 && run_crypt(cntch, genbuf, ninbuf+1, perm) == -1) { in getfile()
731 cntch += ninbuf+1; in getfile()
776 if (run_crypt(cntch, genbuf, nib, perm) == -1) in putfile()
788 cntch += nib; in putfile()
800 if (run_crypt(cntch, genbuf, nib, perm) == -1) in putfile()
802 if ((cntch == 0) && (nib == 1)) { in putfile()
816 cntch += nib; in putfile()
907 cntch = 0; in clrstats()
924 viprintf(" %d/%D", cntln, cntch); in iostats()
[all …]
H A Dexrecover.c688 int cntch, cntln, cntodd, cntnull; variable
720 cntch += nib; in rputfile()
733 cntch += nib; in rputfile()
748 cntch = 0; in clrstats()