Searched refs:totalcount (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/nvi/vi/
H A Dvs_msg.c87 if (vip->totalcount != 0 || vip->busy_ref != 1)
114 if (vip->totalcount == 0 && vip->busy_ref == 0) {
121 if (vip->totalcount != 0 || vip->busy_ref == 0)
435 if (vip->totalcount == 1) {
441 ++vip->totalcount;
444 if (vip->totalcount == sp->t_maxrows &&
446 --vip->totalcount;
451 if (vip->totalcount != 0)
455 ++vip->totalcount;
569 if (!F_ISSET(sp, SC_EX_WAIT_YES) && vip->totalcount <
[all...]
H A Dvi.h248 size_t totalcount; /* 1-N: Output overwrite count. */ member in struct:_vi_private
H A Dvs_line.c69 if (!F_ISSET(sp, SC_TINPUT_INFO) && VIP(sp)->totalcount > 1)
H A Dv_txt.c497 fc.e_flno = vip->totalcount >=
498 sp->rows ? 1 : sp->rows - vip->totalcount;
500 vip->linecount = vip->lcontinue = vip->totalcount = 0;
1434 if ((vip->totalcount != 0 || F_ISSET(gp, G_BELLSCHED)) &&
H A Dvs_smap.c129 (F_ISSET(sp, SC_SCR_EXWROTE) || VIP(sp)->totalcount > 1)) {
/freebsd-9.3-release/usr.sbin/adduser/
H A Drmuser.sh60 totalcount=0
71 totalcount=$(($totalcount + $filecount))
73 ! verbose && [ $totalcount -ne 0 ] && echo -n " files($totalcount)"
/freebsd-9.3-release/include/rpcsvc/
H A Dnfs_prot.x202 unsigned totalcount; /* total read count (from this offset)*/
227 unsigned totalcount; /* total write count (to this offset)*/
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_da.c2574 uint64_t totalcount = 0; local
2608 totalcount += c;
2613 if (totalcount + c > softc->unmap_max_lba ||
2619 totalcount + c, softc->unmap_max_lba,
2627 totalcount += c;
2635 totalcount + bp1->bio_bcount /

Completed in 336 milliseconds