/titanic_41/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 | 143 vcnt = 0; 271 vdirty(0, vcnt); 280 vcnt = 0; 293 if (vcnt == 0) 400 ind = vcnt - vcline - 1, cnt += ind; 426 forbid(lineDOL()-lineDOT() <= vcnt-1-vcline); 427 ind = vcnt - vcline - 1 + cnt; 486 if (vcnt > 2) { 487 addr = dot + (vcnt - vcline) - 2 + (cnt-1)*basWLINES; 490 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_vis.h | 133 var short vcnt; variable 292 #define LASTLINE LINE(vcnt)
|
H A D | ex_cmds2.c | 619 if (vcnt > 0) in vcontin() 620 vcnt = -vcnt; in vcontin()
|
H A D | ex_subr.c | 1128 if(vcnt < 0) { 1129 vcnt = -vcnt; 1133 vcnt = 0;
|
H A D | ex_vput.c | 217 vcnt = 0; in fixech() 1539 fprintf(trace, "vcnt = %d, vcline = %d, vliny = ", vcnt, vcline); 1540 for (i = 0; i <= vcnt; i++) { 1546 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 | 478 vcnt = vcline = 0; 731 vcnt, vcline, cursor-linebuf, wcursor-linebuf, wdot-zero);
|
H A D | ex_voper.c | 665 wdot = dot + vcnt - vcline - cnt; in operate() 676 wdot = dot + ((vcnt + 1) / 2) - vcline - 1; in operate()
|
H A D | ex_v.c | 517 vcnt = vcline = 0; in vok()
|
H A D | ex_vops2.c | 903 vdirty(0, vcnt); in fixdisplay() 906 vcnt = 0; in fixdisplay()
|
/titanic_41/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()
|
/titanic_41/usr/src/cmd/vscan/vscand/ |
H A D | vs_icap.c | 1356 int i, rv, vcnt; in vs_icap_resp_violations() local 1358 (void) sscanf(line, "%d", &vcnt); in vs_icap_resp_violations() 1361 (vcnt > VS_MAX_VIOLATIONS) ? VS_MAX_VIOLATIONS : vcnt; in vs_icap_resp_violations() 1365 for (i = 0; i < vcnt; i++) { in vs_icap_resp_violations()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 2061 Half vcnt = vdf->vd_cnt - 1; in version_def() local 2070 if (vcnt) in version_def() 2083 if (vcnt) { in version_def() 2085 for (vcnt--; vcnt; vcnt--, in version_def() 2146 Half vcnt = vnd->vn_cnt; in version_need() local 2156 if (vcnt) in version_need() 2177 if (vcnt) { in version_need() 2179 for (vcnt--; vcnt; vcnt--, in version_need() 2234 Half vcnt = vnd->vn_cnt; in update_gnu_verndx() local 2251 if (vcnt) { in update_gnu_verndx() [all …]
|
/titanic_41/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()
|