Home
last modified time | relevance | path

Searched refs:busy_fx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dvs_msg.c95 (void)gp->scr_cursor(sp, &notused, &vip->busy_fx); in vs_busy()
97 (void)gp->scr_move(sp, LASTLINE(sp), vip->busy_fx); 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()
H A Dvi.h252 size_t busy_fx; /* Busy character x coordinate. */ member