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

/freebsd-10.2-release/contrib/nvi/vi/
H A Dvs_msg.c85 if (vip->totalcount != 0 || vip->busy_ref != 1)
112 if (vip->totalcount == 0 && vip->busy_ref == 0) {
119 if (vip->totalcount != 0 || vip->busy_ref == 0)
426 if (vip->totalcount == 1) {
432 ++vip->totalcount;
435 if (vip->totalcount == sp->t_maxrows &&
437 --vip->totalcount;
442 if (vip->totalcount != 0)
446 ++vip->totalcount;
553 if (!F_ISSET(sp, SC_EX_WAIT_YES) && vip->totalcount <
[all...]
H A Dvi.h249 size_t totalcount; /* 1-N: Output overwrite count. */ member in struct:_vi_private
H A Dvs_line.c64 if (!F_ISSET(sp, SC_TINPUT_INFO) && VIP(sp)->totalcount > 1)
H A Dv_txt.c494 fc.e_flno = vip->totalcount >=
495 sp->rows ? 1 : sp->rows - vip->totalcount;
497 vip->linecount = vip->lcontinue = vip->totalcount = 0;
1420 if ((vip->totalcount != 0 || F_ISSET(gp, G_BELLSCHED)) &&
H A Dvs_smap.c127 (F_ISSET(sp, SC_SCR_EXWROTE) || VIP(sp)->totalcount > 1)) {
/freebsd-10.2-release/usr.sbin/adduser/
H A Drmuser.sh60 totalcount=0
71 totalcount=$(($totalcount + $filecount))
73 ! verbose && [ $totalcount -ne 0 ] && echo -n " files($totalcount)"
/freebsd-10.2-release/include/rpcsvc/
H A Dnfs_prot.x204 unsigned totalcount; /* total read count (from this offset)*/
229 unsigned totalcount; /* total write count (to this offset)*/
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_da.c2610 uint64_t totalcount = 0; local
2644 totalcount += c;
2649 if (totalcount + c > softc->unmap_max_lba ||
2655 totalcount + c, softc->unmap_max_lba,
2663 totalcount += c;
2671 totalcount + bp1->bio_bcount /

Completed in 84 milliseconds