Searched refs:scr_refresh (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_redraw.c | 33 return (sp->gp->scr_refresh(sp, 1)); in v_redraw()
|
H A D | vs_msg.c | 134 (void)gp->scr_refresh(sp, 0); in vs_busy() 147 (void)sp->gp->scr_refresh(sp, 0); in vs_home() 211 (void)gp->scr_refresh(sp, 0); in vs_update() 384 (void)gp->scr_refresh(sp, 0); in vs_msg() 810 (void)gp->scr_refresh(sp, 0); in vs_wait()
|
H A D | vs_refresh.c | 138 (void)gp->scr_refresh(sp, 0); in vs_refresh() 743 (void)gp->scr_refresh(sp, F_ISSET(vip, VIP_N_EX_PAINT)); in vs_paint()
|
H A D | v_txt.c | 2634 (void)sp->gp->scr_refresh(sp, 0); in txt_isrch()
|
/freebsd/contrib/nvi/common/ |
H A D | gs.h | 181 int (*scr_refresh)(SCR *, int); member
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_main.c | 385 gp->scr_refresh = cl_refresh; in cl_func_std()
|