Searched refs:scr_addstr (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | vs_refresh.c | 852 (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 D | vs_msg.c | 103 (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 D | vs_line.c | 150 (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 D | gs.h | 131 int (*scr_addstr) __P((SCR *, const char *, size_t)); member
|
/netbsd-src/external/bsd/nvi/dist/ip/ |
H A D | ip_main.c | 285 gp->scr_addstr = ip_addstr; in ip_func_std()
|
/netbsd-src/external/bsd/nvi/dist/cl/ |
H A D | cl_main.c | 430 gp->scr_addstr = cl_addstr; in cl_func_std()
|