Searched refs:cntch (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_io.c | 53 long cntch; /* Count of characters on unit io */ variable 723 if (crflag > 0 && run_crypt(cntch, genbuf, ninbuf+1, perm) == -1) { in getfile() 728 cntch += ninbuf+1; in getfile() 773 if (run_crypt(cntch, genbuf, nib, perm) == -1) in putfile() 785 cntch += nib; in putfile() 797 if (run_crypt(cntch, genbuf, nib, perm) == -1) in putfile() 799 if ((cntch == 0) && (nib == 1)) { in putfile() 813 cntch += nib; in putfile() 904 cntch = 0; in clrstats() 921 viprintf(" %d/%D", cntln, cntch); in iostats() [all …]
|
H A D | exrecover.c | 688 int cntch, cntln, cntodd, cntnull; variable 720 cntch += nib; in rputfile() 733 cntch += nib; in rputfile() 748 cntch = 0; in clrstats()
|