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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c135 static void c_push_kill (Char *, Char *);
886 c_push_kill(Char *start, Char *end) function
2380 c_push_kill(cp, Cursor); /* save the text */
2542 c_push_kill(Cursor, cp); /* save the text */
2590 c_push_kill(Cursor, LastChar); /* copy it */
2604 c_push_kill(InputBuf, Cursor); /* copy it */
2616 c_push_kill(InputBuf, LastChar); /* copy it */
2631 c_push_kill(Cursor, Mark); /* copy it */
2636 c_push_kill(Mark, Cursor); /* copy it */
2656 c_push_kill(Curso
[all...]

Completed in 149 milliseconds