Searched refs:VDIRT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vadj.c122 if (d == 0 || (vp->vflags & VDIRT))
124 vp->vliny = p, vp->vflags &= ~VDIRT;
356 vc->vliny += cnt, vc->vflags |= VDIRT;
363 vc->vliny = i, vc->vflags |= VDIRT;
596 if (FLAGS(0) & VDIRT)
706 if (FLAGS(l) & VDIRT) {
712 FLAGS(l) &= ~VDIRT;
771 FLAGS(l) |= VDIRT;
893 if (l == 0 || vp->vliny < p || (vp->vflags & VDIRT)) {
902 if (l != vcline && (vp->vflags & VDIRT)) {
[all...]
H A Dex_vis.h111 #define VDIRT 1 macro
H A Dex_vput.c382 FLAGS(WECHO) |= VDIRT;
1542 if (FLAGS(i) & VDIRT)

Completed in 63 milliseconds