HomeSort by: relevance | last modified time | path
    Searched refs:scr_addstr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
vs_refresh.c 852 (void)gp->scr_addstr(sp,
855 (void)gp->scr_addstr(sp,
859 (void)gp->scr_addstr(sp,
889 (void)gp->scr_addstr(sp, " ", 2);
892 (void)gp->scr_addstr(sp, buf, len);
913 (void)gp->scr_addstr(sp,
916 (void)gp->scr_addstr(sp, t, len);
vs_msg.c 103 (void)gp->scr_addstr(sp, p, len);
138 (void)gp->scr_addstr(sp, flagc + vip->busy_ch++, 1);
208 (void)gp->scr_addstr(sp, m1, mlen);
469 (void)gp->scr_addstr(sp, cbuf, cbp - cbuf); \
820 (void)gp->scr_addstr(sp, p, len);
872 (void)gp->scr_addstr(sp, DIVIDESTR, len);
vs_line.c 150 (void)gp->scr_addstr(sp, (char*)cbuf, nlen);
193 empty: (void)gp->scr_addstr(sp,
609 (void)gp->scr_addstr(sp, nbuf, len);
  /src/external/bsd/nvi/dist/common/
gs.h 131 int (*scr_addstr) __P((SCR *, const char *, size_t)); member in struct:_gs
  /src/external/bsd/nvi/dist/ip/
ip_main.c 285 gp->scr_addstr = ip_addstr;
  /src/external/bsd/nvi/dist/cl/
cl_main.c 430 gp->scr_addstr = cl_addstr;

Completed in 21 milliseconds