Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/vi/vi/
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()
135 (void)gp->scr_move(sp, LASTLINE(sp), vip->busy_fx); in vs_busy()
137 (void)gp->scr_move(sp, LASTLINE(sp), vip->busy_fx); in vs_busy()
Dvi.h255 size_t busy_fx; /* Busy character x coordinate. */ member