Searched refs:scr_addstr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/nvi/vi/ |
| D | vs_refresh.c | 825 (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);
|
| D | vs_msg.c | 100 (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);
|
| D | vs_line.c | 148 (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/ |
| D | ip_main.c | 129 gp->scr_addstr = ip_addstr;
|
| /freebsd-9-stable/contrib/nvi/common/ |
| D | gs.h | 151 int (*scr_addstr) __P((SCR *, const char *, size_t)); member
|
| /freebsd-9-stable/contrib/nvi/cl/ |
| D | cl_main.c | 435 gp->scr_addstr = cl_addstr;
|
| /freebsd-9-stable/contrib/nvi/tk/ |
| D | tk_main.c | 216 gp->scr_addstr = tk_addstr;
|