Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dvs_msg.c93 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_busy()
97 (void)gp->scr_move(sp, LASTLINE(sp), vip->busy_fx); in vs_busy()
109 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_busy()
129 (void)gp->scr_move(sp, LASTLINE(sp), vip->busy_fx); in vs_busy()
131 (void)gp->scr_move(sp, LASTLINE(sp), vip->busy_fx); in vs_busy()
146 (void)sp->gp->scr_move(sp, LASTLINE(sp), 0); in vs_home()
189 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_update()
427 LASTLINE(sp) - 1, 0); in vs_output()
444 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_output()
761 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_scroll()
[all …]
H A Dvs_refresh.c268 small_fill: (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_paint()
794 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_modeline()
854 (void)gp->scr_move(sp, LASTLINE(sp), midpoint); in vs_modeline()
878 (void)gp->scr_move(sp, LASTLINE(sp), endpoint); in vs_modeline()
H A Dvs_smap.c795 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_deleteln()
964 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_sm_erase()
1023 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_insertln()
1028 (void)gp->scr_move(sp, LASTLINE(sp) - 1, 0); in vs_insertln()
H A Dvi.h329 #define LASTLINE(sp) \ macro
H A Dvs_line.c62 if (F_ISSET(sp, SC_SCR_EXWROTE) && smp - HMAP != LASTLINE(sp)) in vs_line()
/freebsd/contrib/sendmail/libsmutil/
H A Dt-lockfile.c20 #define LASTLINE "last line\n" macro
169 sm_strlcpy(iobuf, LASTLINE, sizeof(iobuf));
301 if (rdbuf(fd, LASTLINE))
/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c52 y == RLNO(sp, LASTLINE(sp)) && IS_SPLIT(sp)) { in addstr4()
328 mvwchgat(win, RLNO(sp, LASTLINE(sp)), 0, -1, A_NORMAL, 0, NULL); in cl_deleteln()