Searched refs:scr_addstr (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/nvi/vi/ |
| HD | vs_refresh.c | 822 (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()
|
| HD | vs_msg.c | 98 (void)gp->scr_addstr(sp, p, len); in vs_busy() 134 (void)gp->scr_addstr(sp, flagc + vip->busy_ch++, 1); in vs_busy() 204 (void)gp->scr_addstr(sp, m1, mlen); in vs_update() 461 (void)gp->scr_addstr(sp, cbuf, cbp - cbuf); \ in vs_output() 805 (void)gp->scr_addstr(sp, p, len); in vs_wait() 857 (void)gp->scr_addstr(sp, DIVIDESTR, len); in vs_divider()
|
| HD | vs_line.c | 143 (void)gp->scr_addstr(sp, (char*)cbuf, nlen); in vs_line() 186 empty: (void)gp->scr_addstr(sp, in vs_line() 534 (void)gp->scr_addstr(sp, nbuf, len); in vs_number()
|
| /NextBSD/contrib/nvi/common/ |
| HD | gs.h | 147 int (*scr_addstr)(SCR *, const char *, size_t); member
|
| /NextBSD/contrib/nvi/cl/ |
| HD | cl_main.c | 382 gp->scr_addstr = cl_addstr; in cl_func_std()
|