Searched refs:scr_refresh (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/nvi/vi/ |
| D | v_redraw.c | 36 return (sp->gp->scr_refresh(sp, 1)); in v_redraw()
|
| D | vs_msg.c | 138 (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()
|
| D | vs_refresh.c | 141 (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()
|
| D | v_txt.c | 2658 (void)sp->gp->scr_refresh(sp, 0); in txt_isrch()
|
| /freebsd-10-stable/contrib/nvi/common/ |
| D | gs.h | 185 int (*scr_refresh) __P((SCR *, int)); member
|
| /freebsd-10-stable/contrib/nvi/cl/ |
| D | cl_main.c | 411 gp->scr_refresh = cl_refresh; in cl_func_std()
|