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

/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_vadj.c64 if (vcnt)
73 vcnt = vcline = 0;
80 for (vp = &vlinfo[vcnt]; vp >= vpc; vp--)
82 vcnt++;
96 if (state == VISUAL && vcline == 0 && vcnt > 1 && p > ZERO) {
108 if (vcline + 1 == vcnt)
109 LINE(vcnt) = LINE(vcline) + cnt;
217 if (l < vcnt - 1) {
333 struct vlinfo *ve = &vlinfo[vcnt];
488 for (from = 0; from <= vcnt; fro
[all...]
H A Dex_vmain.c138 vcnt = 0;
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
[all...]
H A Dex_vwind.c88 if (vcnt == 0)
139 if (vcline >= vcnt)
140 dot -= vcline - vcnt + 1, vcline = vcnt - 1;
165 i = vcnt - vcline - 1;
227 vcnt = vcline = 0;
247 vcnt = 0;
267 if (state != HARDOPEN && state != ONEOPEN && i >= 0 && i < vcnt) {
292 /* error if vcline >= vcnt ! */
314 vcnt
[all...]
H A Dex_vis.h128 * There are vcnt lines on the screen, the last being "vcnt - 1".
133 var short vcnt; variable
292 #define LASTLINE LINE(vcnt)
H A Dex_cmds2.c619 if (vcnt > 0)
620 vcnt = -vcnt;
H A Dex_subr.c1154 if(vcnt < 0) {
1155 vcnt = -vcnt;
1159 vcnt = 0;
H A Dex_vops.c146 if (cnt < 0 || cnt > vcnt || state != VISUAL) {
808 vcnt = 0;
1035 if (notecnt <= vcnt - vcline && notecnt < value(vi_REPORT))
H A Dex_vget.c478 vcnt = vcline = 0;
730 fprintf(trace, " vcnt=%d, vcline=%d, cursor=%d, wcursor=%d, wdot=%d\n",
731 vcnt, vcline, cursor-linebuf, wcursor-linebuf, wdot-zero);
H A Dex_vput.c217 vcnt = 0;
1539 fprintf(trace, "vcnt = %d, vcline = %d, vliny = ", vcnt, vcline);
1540 for (i = 0; i <= vcnt; i++) {
1546 if (i < vcnt)
H A Dex_voper.c665 wdot = dot + vcnt - vcline - cnt;
676 wdot = dot + ((vcnt + 1) / 2) - vcline - 1;
H A Dex_v.c517 vcnt = vcline = 0;
H A Dex_vops2.c903 vdirty(0, vcnt);
906 vcnt = 0;
/opensolaris-onvv-gate/usr/src/cmd/profiles/
H A Dprofiles.c106 show_profs_callback(const char *prof, kva_t *pa, void *pflag, void *vcnt) argument
110 int *pcnt = vcnt;
/opensolaris-onvv-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c1356 int i, rv, vcnt; local
1358 (void) sscanf(line, "%d", &vcnt);
1361 (vcnt > VS_MAX_VIOLATIONS) ? VS_MAX_VIOLATIONS : vcnt;
1365 for (i = 0; i < vcnt; i++) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1992 Half vcnt = vdf->vd_cnt - 1; local
2001 if (vcnt)
2014 if (vcnt) {
2016 for (vcnt--; vcnt; vcnt--,
2077 Half vcnt = vnd->vn_cnt; local
2087 if (vcnt)
2108 if (vcnt) {
2110 for (vcnt
2165 Half vcnt = vnd->vn_cnt; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c1508 pgcnt_t npages, pcnt, scnt, vcnt; local
1542 vcnt = 0;
1545 vcnt++;
1555 ppage_count = pcnt - scnt + vcnt;
1557 "find_ppages: pcnt %ld - scnt %ld + vcnt %ld = %ld\n",
1558 pcnt, scnt, vcnt, ppage_count);

Completed in 171 milliseconds