Searched refs:c_push_kill (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/tcsh/ |
| H A D | ed.chared.c | 135 static void c_push_kill (Char *, Char *); 895 c_push_kill(Char *start, Char *end) in c_push_kill() function 2389 c_push_kill(cp, Cursor); /* save the text */ in e_delwordprev() 2551 c_push_kill(Cursor, cp); /* save the text */ in e_delwordnext() 2599 c_push_kill(Cursor, LastChar); /* copy it */ in e_killend() 2613 c_push_kill(InputBuf, Cursor); /* copy it */ in e_killbeg() 2625 c_push_kill(InputBuf, LastChar); /* copy it */ in e_killall() 2640 c_push_kill(Cursor, Mark); /* copy it */ in e_killregion() 2645 c_push_kill(Mark, Cursor); /* copy it */ in e_killregion() 2665 c_push_kill(Cursor, Mark); /* copy it */ in e_copyregion() [all …]
|