Home
last modified time | relevance | path

Searched refs:scr_refresh (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_redraw.c33 return (sp->gp->scr_refresh(sp, 1)); in v_redraw()
H A Dvs_msg.c134 (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 Dvs_refresh.c138 (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 Dv_txt.c2634 (void)sp->gp->scr_refresh(sp, 0); in txt_isrch()
/freebsd/contrib/nvi/common/
H A Dgs.h181 int (*scr_refresh)(SCR *, int); member
/freebsd/contrib/nvi/cl/
H A Dcl_main.c385 gp->scr_refresh = cl_refresh; in cl_func_std()