Searched refs:yankbuf (Results 1 – 1 of 1) sorted by relevance
170 #define yankbuf editb.e_killbuf /* yank/delete buffer */ macro391 if(!yankbuf) in ed_viread()392 yankbuf = (genchar*)malloc(MAXLINE*CHARSIZE); in ed_viread()402 *yankbuf = 0; in ed_viread()1080 gencpy(yankbuf,cp); in cdelete()2311 p = yankbuf; in textmod()2584 gencpy(yankbuf, virtual); in textmod()