Searched defs:vcline (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops.c84 vdirty(vcline, 1);
123 addr = dot - vcline;
154 vcline = cnt;
205 vdirty(vcline, 1);
394 (void) vreopen(WTOP, lineDOT(), vcline);
451 vreplace(vcline, i, 0);
453 vcline--;
475 DEPTH(vcline) = 0;
478 (void) vreopen(LINE(vcline), lineDOT(), vcline); local
[all...]
H A Dex_vis.h127 * The current line on the screen is represented by vcline.
132 var short vcline; variable
294 #define cindent() ((outline - vlinfo[vcline].vliny) * WCOLS + outcol)

Completed in 59 milliseconds