Home
last modified time | relevance | path

Searched refs:totalcount (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/usr.bin/vi/vi/
Dvs_msg.c82 if (vip->totalcount != 0 || vip->busy_ref != 1) in vs_busy()
108 if (vip->totalcount == 0 && vip->busy_ref == 0) { in vs_busy()
115 if (vip->totalcount != 0 || vip->busy_ref == 0) in vs_busy()
428 if (vip->totalcount == 1) { in vs_output()
434 ++vip->totalcount; in vs_output()
437 if (vip->totalcount == sp->t_maxrows && in vs_output()
439 --vip->totalcount; in vs_output()
444 if (vip->totalcount != 0) in vs_output()
448 ++vip->totalcount; in vs_output()
560 if (!F_ISSET(sp, SC_EX_WAIT_YES) && vip->totalcount < 2) { in vs_ex_resolve()
[all …]
Dvi.h250 size_t totalcount; /* 1-N: Output overwrite count. */ member
Dvs_line.c60 if (!F_ISSET(sp, SC_TINPUT_INFO) && VIP(sp)->totalcount > 1) in vs_line()
Dv_txt.c482 fc.e_flno = vip->totalcount >= in v_txt()
483 sp->rows ? 1 : sp->rows - vip->totalcount; in v_txt()
485 vip->linecount = vip->lcontinue = vip->totalcount = 0; in v_txt()
1389 if ((vip->totalcount != 0 || F_ISSET(gp, G_BELLSCHED)) && in v_txt()
Dvs_smap.c124 (F_ISSET(sp, SC_SCR_EXWROTE) || VIP(sp)->totalcount > 1)) { in vs_change()
/openbsd/src/lib/librpcsvc/
Dnfs_prot.x200 unsigned totalcount; /* total read count (from this offset)*/ member
225 unsigned totalcount; /* total write count (to this offset)*/ member
/openbsd/src/usr.sbin/amd/rpcx/
Dnfs_prot.x219 unsigned totalcount; /* total read count (from this offset)*/ member
244 unsigned totalcount; /* total write count (to this offset)*/ member
Dnfs_prot_xdr.c202 if (!xdr_u_int(xdrs, &objp->totalcount)) in xdr_readargs()
249 if (!xdr_u_int(xdrs, &objp->totalcount)) in xdr_writeargs()
Dnfs_prot.h250 u_int totalcount; member
299 u_int totalcount; member