Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/nvi/vi/
Dvs_refresh.c825 (void)gp->scr_addstr(sp,
827 (void)gp->scr_addstr(sp,
831 (void)gp->scr_addstr(sp,
860 (void)gp->scr_addstr(sp, " ", 2);
863 (void)gp->scr_addstr(sp, buf, len);
884 (void)gp->scr_addstr(sp,
886 (void)gp->scr_addstr(sp, t, len);
Dvs_msg.c100 (void)gp->scr_addstr(sp, p, len);
135 (void)gp->scr_addstr(sp, flagc + vip->busy_ch++, 1);
204 (void)gp->scr_addstr(sp, m1, mlen);
211 (void)gp->scr_addstr(sp, m2, mlen);
470 (void)gp->scr_addstr(sp, cbuf, cbp - cbuf); \
829 (void)gp->scr_addstr(sp, p, len);
882 (void)gp->scr_addstr(sp, DIVIDESTR, len);
Dvs_line.c148 (void)gp->scr_addstr(sp, cbuf, nlen);
191 empty: (void)gp->scr_addstr(sp,
407 (void)gp->scr_addstr(sp, cbuf, cbp - cbuf); \
519 (void)gp->scr_addstr(sp, nbuf, len);
/freebsd-9-stable/contrib/nvi/ip/
Dip_main.c129 gp->scr_addstr = ip_addstr;
/freebsd-9-stable/contrib/nvi/common/
Dgs.h151 int (*scr_addstr) __P((SCR *, const char *, size_t)); member
/freebsd-9-stable/contrib/nvi/cl/
Dcl_main.c435 gp->scr_addstr = cl_addstr;
/freebsd-9-stable/contrib/nvi/tk/
Dtk_main.c216 gp->scr_addstr = tk_addstr;