Searched refs:scr_addstr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | vs_refresh.c | 823 (void)gp->scr_addstr(sp, in vs_modeline() 825 (void)gp->scr_addstr(sp, in vs_modeline() 829 (void)gp->scr_addstr(sp, in vs_modeline() 864 (void)gp->scr_addstr(sp, " ", 2); in vs_modeline() 867 (void)gp->scr_addstr(sp, buf, len); in vs_modeline() 888 (void)gp->scr_addstr(sp, in vs_modeline() 890 (void)gp->scr_addstr(sp, t, len); in vs_modeline()
|
H A D | vs_msg.c | 94 (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 D | vs_line.c | 139 (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 D | gs.h | 143 int (*scr_addstr)(SCR *, const char *, size_t); member
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_main.c | 365 gp->scr_addstr = cl_addstr; in cl_func_std()
|