Home
last modified time | relevance | path

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

/illumos-gate/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.c141 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 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_cmds2.c617 if (vcnt > 0) in vcontin()
618 vcnt = -vcnt; in vcontin()
H A Dex_vis.h131 var short vcnt; variable
290 #define LASTLINE LINE(vcnt)
H A Dex_subr.c1135 if(vcnt < 0) {
1136 vcnt = -vcnt;
1140 vcnt = 0;
H A Dex_vput.c215 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 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.c479 vcnt = vcline = 0;
732 vcnt, vcline, cursor-linebuf, wcursor-linebuf, wdot-zero);
H A Dex_voper.c666 wdot = dot + vcnt - vcline - cnt; in operate()
677 wdot = dot + ((vcnt + 1) / 2) - vcline - 1; in operate()
H A Dex_v.c515 vcnt = vcline = 0; in vok()
H A Dex_vops2.c903 vdirty(0, vcnt); in fixdisplay()
906 vcnt = 0; in fixdisplay()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dnet_backends_priv.h148 vcnt);
150 vcnt);
154 vcnt);
/illumos-gate/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()
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c1355 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 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()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2136 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 …]