Home
last modified time | relevance | path

Searched refs:LASTLINE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c297 vsync(LASTLINE); in vshow()
358 j -= WBOT - LASTLINE; in vfit()
390 vopen(dot, LASTLINE); in vroll()
H A Dex_vadj.c74 p = WBOT; LASTLINE = WBOT + 1; in vopen()
532 LASTLINE = 0; in vscrap()
534 LASTLINE = LINE(vcnt-1) + DEPTH(vcnt-1); in vscrap()
609 hold |= HOLDAT, vredraw(LASTLINE), hold = oldhold; in vrepaint()
H A Dex_vis.h290 #define LASTLINE LINE(vcnt) macro