Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/nvi/vi/
Dv_redraw.c36 return (sp->gp->scr_refresh(sp, 1)); in v_redraw()
Dvs_msg.c138 (void)gp->scr_refresh(sp, 0); in vs_busy()
151 (void)sp->gp->scr_refresh(sp, 0); in vs_home()
215 (void)gp->scr_refresh(sp, 0); in vs_update()
385 (void)gp->scr_refresh(sp, 0); in vs_msg()
811 (void)gp->scr_refresh(sp, 0); in vs_wait()
Dvs_refresh.c141 (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()
Dv_txt.c2658 (void)sp->gp->scr_refresh(sp, 0); in txt_isrch()
/freebsd-10-stable/contrib/nvi/common/
Dgs.h185 int (*scr_refresh) __P((SCR *, int)); member
/freebsd-10-stable/contrib/nvi/cl/
Dcl_main.c411 gp->scr_refresh = cl_refresh; in cl_func_std()