Home | History | Annotate | Download | only in src

Lines Matching refs:ybuf

3477 static char *ybuf;			/* yank buffer */
3526 ybuf = alloc(LINE, AEDIT);
4217 while (putbuf(ybuf, yanklen, false) == 0 &&
4230 while (putbuf(ybuf, yanklen, false) == 0 &&
4742 memmove(ybuf, &es->cbuf[a], yanklen);