Home
last modified time | relevance | path

Searched refs:scr_clrtoeol (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/nvi/vi/
HDvs_msg.c96 (void)gp->scr_clrtoeol(sp); in vs_busy()
110 (void)gp->scr_clrtoeol(sp); in vs_busy()
190 (void)gp->scr_clrtoeol(sp); in vs_update()
428 (void)gp->scr_clrtoeol(sp); in vs_output()
482 (void)gp->scr_clrtoeol(sp); in vs_output()
809 (void)gp->scr_clrtoeol(sp); in vs_wait()
HDvs_refresh.c269 (void)gp->scr_clrtoeol(sp); in vs_paint()
273 (void)gp->scr_clrtoeol(sp); in vs_paint()
677 (void)gp->scr_clrtoeol(sp); in vs_paint()
833 (void)gp->scr_clrtoeol(sp); in vs_modeline()
HDvs_line.c188 (void)gp->scr_clrtoeol(sp); in vs_line()
468 (void)gp->scr_clrtoeol(sp); in vs_line()
HDvs_smap.c790 (void)gp->scr_clrtoeol(sp); in vs_deleteln()
965 (void)gp->scr_clrtoeol(sp); in vs_sm_erase()
968 (void)gp->scr_clrtoeol(sp); in vs_sm_erase()
1024 (void)gp->scr_clrtoeol(sp); in vs_insertln()
HDv_txt.c183 (void)sp->gp->scr_clrtoeol(sp); in txt_map_end()
/freebsd-13-stable/contrib/nvi/common/
HDgs.h157 int (*scr_clrtoeol)(SCR *); member
/freebsd-13-stable/contrib/nvi/cl/
HDcl_main.c372 gp->scr_clrtoeol = cl_clrtoeol; in cl_func_std()