Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvs_refresh.c852 (void)gp->scr_addstr(sp, in vs_modeline()
855 (void)gp->scr_addstr(sp, in vs_modeline()
859 (void)gp->scr_addstr(sp, in vs_modeline()
889 (void)gp->scr_addstr(sp, " ", 2); in vs_modeline()
892 (void)gp->scr_addstr(sp, buf, len); in vs_modeline()
913 (void)gp->scr_addstr(sp, in vs_modeline()
916 (void)gp->scr_addstr(sp, t, len); in vs_modeline()
H A Dvs_msg.c103 (void)gp->scr_addstr(sp, p, len); in vs_busy()
138 (void)gp->scr_addstr(sp, flagc + vip->busy_ch++, 1); in vs_busy()
208 (void)gp->scr_addstr(sp, m1, mlen); in vs_update()
469 (void)gp->scr_addstr(sp, cbuf, cbp - cbuf); \ in vs_output()
820 (void)gp->scr_addstr(sp, p, len); in vs_wait()
872 (void)gp->scr_addstr(sp, DIVIDESTR, len); in vs_divider()
H A Dvs_line.c150 (void)gp->scr_addstr(sp, (char*)cbuf, nlen); in vs_line()
193 empty: (void)gp->scr_addstr(sp, in vs_line()
609 (void)gp->scr_addstr(sp, nbuf, len); in vs_number()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dgs.h131 int (*scr_addstr) __P((SCR *, const char *, size_t)); member
/netbsd-src/external/bsd/nvi/dist/ip/
H A Dip_main.c285 gp->scr_addstr = ip_addstr; in ip_func_std()
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl_main.c430 gp->scr_addstr = cl_addstr; in cl_func_std()