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

/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c170 #define yankbuf editb.e_killbuf /* yank/delete buffer */ macro
391 if(!yankbuf)
392 yankbuf = (genchar*)malloc(MAXLINE*CHARSIZE);
402 *yankbuf = 0;
1099 * = 'd', save them in yankbuf and delete.
1100 * = 'y', save them in yankbuf but do not delete.
1130 gencpy(yankbuf,cp);
2395 /*** change p from lastline to yankbuf ***/
2396 p = yankbuf;
2669 gencpy(yankbuf, virtua
[all...]

Completed in 44 milliseconds