HomeSort by: relevance | last modified time | path
    Searched refs:totalcount (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
mbsrtowcs-impl.h 75 size_t totalcount = 0; local
77 for (;; totalcount++)
113 return totalcount;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbsrtowcs-impl.h 75 size_t totalcount = 0; local
77 for (;; totalcount++)
113 return totalcount;
  /src/external/bsd/nvi/dist/vi/
vs_msg.c 90 if (vip->totalcount != 0 || vip->busy_ref != 1)
117 if (vip->totalcount == 0 && vip->busy_ref == 0) {
124 if (vip->totalcount != 0 || vip->busy_ref == 0)
434 if (vip->totalcount == 1) {
440 ++vip->totalcount;
443 if (vip->totalcount == sp->t_maxrows &&
445 --vip->totalcount;
450 if (vip->totalcount != 0)
454 ++vip->totalcount;
566 if (!F_ISSET(sp, SC_EX_WAIT_YES) && vip->totalcount < 2)
    [all...]
vi.h 250 size_t totalcount; /* 1-N: Output overwrite count. */ member in struct:_vi_private
vs_line.c 70 if (!F_ISSET(sp, SC_TINPUT_INFO) && VIP(sp)->totalcount > 1)
v_txt.c 502 fc.e_flno = vip->totalcount >=
503 sp->rows ? 1 : sp->rows - vip->totalcount;
505 vip->linecount = vip->lcontinue = vip->totalcount = 0;
1428 if ((vip->totalcount != 0 || F_ISSET(gp, G_BELLSCHED)) &&
vs_smap.c 133 (F_ISSET(sp, SC_SCR_EXWROTE) || VIP(sp)->totalcount > 1)) {
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_default.h 93 #define ra_totalcount totalcount
135 #define wra_totalcount totalcount
nfs_prot_aix3.h 123 #define ra_totalcount totalcount
165 #define wra_totalcount totalcount
nfs_prot_aix4.h 121 #define ra_totalcount totalcount
163 #define wra_totalcount totalcount
nfs_prot_aix4_2.h 126 #define ra_totalcount totalcount
168 #define wra_totalcount totalcount
nfs_prot_darwin.h 101 #define ra_totalcount totalcount
143 #define wra_totalcount totalcount
nfs_prot_aix4_3.h 126 #define ra_totalcount totalcount
168 #define wra_totalcount totalcount
nfs_prot_aix5_1.h 126 #define ra_totalcount totalcount
168 #define wra_totalcount totalcount
nfs_prot_aix5_2.h 223 #define ra_totalcount totalcount
265 #define wra_totalcount totalcount
nfs_prot_linux.h 151 #define ra_totalcount totalcount
193 #define wra_totalcount totalcount
nfs_prot_sunos5_3.h 131 #define ra_totalcount totalcount
173 #define wra_totalcount totalcount
nfs_prot_sunos5_4.h 139 #define ra_totalcount totalcount
181 #define wra_totalcount totalcount
nfs_prot_nextstep.h 134 #define ra_totalcount totalcount
176 #define wra_totalcount totalcount
  /src/lib/librpcsvc/
nfs_prot.x 202 unsigned totalcount; /* total read count (from this offset)*/
227 unsigned totalcount; /* total write count (to this offset)*/

Completed in 29 milliseconds