Home
last modified time | relevance | path

Searched refs:scr_addstr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c822 (void)gp->scr_addstr(sp, in vs_modeline()
824 (void)gp->scr_addstr(sp, in vs_modeline()
828 (void)gp->scr_addstr(sp, in vs_modeline()
857 (void)gp->scr_addstr(sp, " ", 2); in vs_modeline()
860 (void)gp->scr_addstr(sp, buf, len); in vs_modeline()
881 (void)gp->scr_addstr(sp, in vs_modeline()
883 (void)gp->scr_addstr(sp, t, len); in vs_modeline()
H A Dvs_msg.c94 (void)gp->scr_addstr(sp, p, len); in vs_busy()
130 (void)gp->scr_addstr(sp, flagc + vip->busy_ch++, 1); in vs_busy()
200 (void)gp->scr_addstr(sp, m1, mlen); in vs_update()
460 (void)gp->scr_addstr(sp, cbuf, cbp - cbuf); \ in vs_output()
804 (void)gp->scr_addstr(sp, p, len); in vs_wait()
856 (void)gp->scr_addstr(sp, DIVIDESTR, len); in vs_divider()
H A Dvs_line.c139 (void)gp->scr_addstr(sp, (char*)cbuf, nlen); in vs_line()
182 empty: (void)gp->scr_addstr(sp, in vs_line()
532 (void)gp->scr_addstr(sp, nbuf, len); in vs_number()
/freebsd/contrib/nvi/common/
H A Dgs.h143 int (*scr_addstr)(SCR *, const char *, size_t); member
/freebsd/contrib/nvi/cl/
H A Dcl_main.c365 gp->scr_addstr = cl_addstr; in cl_func_std()