Searched refs:c_push_kill (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.chared.c | 131 static void c_push_kill (Char *, Char *); 891 c_push_kill(Char *start, Char *end) in c_push_kill() function 2384 c_push_kill(cp, Cursor); /* save the text */ in e_delwordprev() 2546 c_push_kill(Cursor, cp); /* save the text */ in e_delwordnext() 2594 c_push_kill(Cursor, LastChar); /* copy it */ in e_killend() 2608 c_push_kill(InputBuf, Cursor); /* copy it */ in e_killbeg() 2620 c_push_kill(InputBuf, LastChar); /* copy it */ in e_killall() 2635 c_push_kill(Cursor, Mark); /* copy it */ in e_killregion() 2640 c_push_kill(Mark, Cursor); /* copy it */ in e_killregion() 2660 c_push_kill(Cursor, Mark); /* copy it */ in e_copyregion() [all …]
|