Home
last modified time | relevance | path

Searched refs:vcnt (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/cmd/vi/port/
H A Dex_vadj.c64 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 Dex_vmain.c143 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 Dex_vwind.c88 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 Dex_vis.h133 var short vcnt; variable
292 #define LASTLINE LINE(vcnt)
H A Dex_cmds2.c619 if (vcnt > 0) in vcontin()
620 vcnt = -vcnt; in vcontin()
H A Dex_subr.c1128 if(vcnt < 0) {
1129 vcnt = -vcnt;
1133 vcnt = 0;
H A Dex_vput.c217 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 Dex_vops.c146 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 Dex_vget.c478 vcnt = vcline = 0;
731 vcnt, vcline, cursor-linebuf, wcursor-linebuf, wdot-zero);
H A Dex_voper.c665 wdot = dot + vcnt - vcline - cnt; in operate()
676 wdot = dot + ((vcnt + 1) / 2) - vcline - 1; in operate()
H A Dex_v.c517 vcnt = vcline = 0; in vok()
H A Dex_vops2.c903 vdirty(0, vcnt); in fixdisplay()
906 vcnt = 0; in fixdisplay()
/titanic_41/usr/src/cmd/profiles/
H A Dprofiles.c106 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 Dvs_icap.c1356 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 Delfdump.c2061 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 Dcpr_impl.c1508 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()