Searched refs:ybuf (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dedit.c3464 static char *ybuf; /* yank buffer */ variable
3513 ybuf = alloc(LINE, AEDIT);
4184 while (putbuf(ybuf, yanklen, false) == 0 &&
4197 while (putbuf(ybuf, yanklen, false) == 0 &&
4707 memmove(ybuf, &es->cbuf[a], yanklen);

Completed in 61 milliseconds