HomeSort by: relevance | last modified time | path
    Searched refs:scr_refresh (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
v_redraw.c 42 return (sp->gp->scr_refresh(sp, 1));
vs_msg.c 142 (void)gp->scr_refresh(sp, 0);
155 (void)sp->gp->scr_refresh(sp, 0);
219 (void)gp->scr_refresh(sp, 0);
392 (void)gp->scr_refresh(sp, 0);
826 (void)gp->scr_refresh(sp, 0);
vs_refresh.c 124 (void)gp->scr_refresh(sp, 0);
777 (void)gp->scr_refresh(sp, F_ISSET(vip, VIP_N_EX_PAINT));
v_event.c 77 return (sp->gp->scr_refresh(sp, 0));
v_txt.c 2671 (void)sp->gp->scr_refresh(sp, 0);
  /src/external/bsd/nvi/dist/common/
gs.h 171 int (*scr_refresh) __P((SCR *, int)); member in struct:_gs
  /src/external/bsd/nvi/dist/ip/
ip_main.c 307 gp->scr_refresh = ip_refresh;
  /src/external/bsd/nvi/dist/cl/
cl_main.c 453 gp->scr_refresh = cl_refresh;

Completed in 19 milliseconds