/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vadj.c | 64 if (vcnt) in vopen() 73 vcnt = vcline = 0; in vopen() 80 for (vp = &vlinfo[vcnt]; vp >= vpc; vp--) in vopen() 82 vcnt++; in vopen() 96 if (state == VISUAL && vcline == 0 && vcnt > 1 && p > ZERO) { in vopen() 108 if (vcline + 1 == vcnt) in vopen() 109 LINE(vcnt) = LINE(vcline) + cnt; in vopen() 217 if (l < vcnt - 1) { in vglitchup() 333 struct vlinfo *ve = &vlinfo[vcnt]; in vopenup() 488 for (from = 0; from <= vcnt; from++) in vscroll() [all …]
|
H A D | ex_vmain.c | 141 vcnt = 0; 269 vdirty(0, vcnt); 278 vcnt = 0; 291 if (vcnt == 0) 398 ind = vcnt - vcline - 1, cnt += ind; 424 forbid(lineDOL()-lineDOT() <= vcnt-1-vcline); 425 ind = vcnt - vcline - 1 + cnt; 484 if (vcnt > 2) { 485 addr = dot + (vcnt - vcline) - 2 + (cnt-1)*basWLINES; 488 vcnt = vcline = 0; [all …]
|
H A D | ex_vwind.c | 88 if (vcnt == 0) in vupdown() 139 if (vcline >= vcnt) in vup() 140 dot -= vcline - vcnt + 1, vcline = vcnt - 1; in vup() 165 i = vcnt - vcline - 1; in vdown() 227 vcnt = vcline = 0; in vcontext() 247 vcnt = 0; in vclean() 267 if (state != HARDOPEN && state != ONEOPEN && i >= 0 && i < vcnt) { in vshow() 314 vcnt = vcline = 0; in vreset() 380 vcnt = 0; in vroll() 421 vcnt = 0; in vrollR() [all …]
|
H A D | ex_cmds2.c | 617 if (vcnt > 0) in vcontin() 618 vcnt = -vcnt; in vcontin()
|
H A D | ex_vis.h | 131 var short vcnt; variable 290 #define LASTLINE LINE(vcnt)
|
H A D | ex_subr.c | 1135 if(vcnt < 0) { 1136 vcnt = -vcnt; 1140 vcnt = 0;
|
H A D | ex_vput.c | 215 vcnt = 0; in fixech() 1537 fprintf(trace, "vcnt = %d, vcline = %d, vliny = ", vcnt, vcline); 1538 for (i = 0; i <= vcnt; i++) { 1544 if (i < vcnt)
|
H A D | ex_vops.c | 146 if (cnt < 0 || cnt > vcnt || state != VISUAL) { 808 vcnt = 0; in vshftop() 1035 if (notecnt <= vcnt - vcline && notecnt < value(vi_REPORT)) in vyankit()
|
H A D | ex_vget.c | 479 vcnt = vcline = 0; 732 vcnt, vcline, cursor-linebuf, wcursor-linebuf, wdot-zero);
|
H A D | ex_voper.c | 666 wdot = dot + vcnt - vcline - cnt; in operate() 677 wdot = dot + ((vcnt + 1) / 2) - vcline - 1; in operate()
|
H A D | ex_v.c | 515 vcnt = vcline = 0; in vok()
|
H A D | ex_vops2.c | 903 vdirty(0, vcnt); in fixdisplay() 906 vcnt = 0; in fixdisplay()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | net_backends_priv.h | 148 vcnt); 150 vcnt); 154 vcnt);
|
/illumos-gate/usr/src/cmd/profiles/ |
H A D | profiles.c | 106 show_profs_callback(const char *prof, kva_t *pa, void *pflag, void *vcnt) in show_profs_callback() argument 110 int *pcnt = vcnt; in show_profs_callback()
|
/illumos-gate/usr/src/cmd/vscan/vscand/ |
H A D | vs_icap.c | 1355 int i, rv, vcnt; in vs_icap_resp_violations() local 1357 (void) sscanf(line, "%d", &vcnt); in vs_icap_resp_violations() 1360 (vcnt > VS_MAX_VIOLATIONS) ? VS_MAX_VIOLATIONS : vcnt; in vs_icap_resp_violations() 1364 for (i = 0; i < vcnt; i++) { in vs_icap_resp_violations()
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | cpr_impl.c | 1508 pgcnt_t npages, pcnt, scnt, vcnt; in i_cpr_find_ppages() local 1542 vcnt = 0; in i_cpr_find_ppages() 1545 vcnt++; in i_cpr_find_ppages() 1555 ppage_count = pcnt - scnt + vcnt; in i_cpr_find_ppages() 1558 pcnt, scnt, vcnt, ppage_count); in i_cpr_find_ppages()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 2136 Half vcnt = vdf->vd_cnt - 1; in version_def() local 2145 if (vcnt) in version_def() 2158 if (vcnt) { in version_def() 2160 for (vcnt--; vcnt; vcnt--, in version_def() 2221 Half vcnt = vnd->vn_cnt; in version_need() local 2231 if (vcnt) in version_need() 2252 if (vcnt) { in version_need() 2254 for (vcnt--; vcnt; vcnt--, in version_need() 2309 Half vcnt = vnd->vn_cnt; in update_gnu_verndx() local 2326 if (vcnt) { in update_gnu_verndx() [all …]
|