Home | History | Annotate | Download | only in common

Lines Matching defs:cut

1 /*	$NetBSD: cut.c,v 1.4 2014/01/26 21:43:45 christos Exp $ */
16 static const char sccsid[] = "Id: cut.c,v 10.18 2001/06/25 15:19:09 skimo Exp (Berkeley) Date: 2001/06/25 15:19:09 ";
19 __RCSID("$NetBSD: cut.c,v 1.4 2014/01/26 21:43:45 christos Exp $");
39 * cut --
46 * depending on into what buffer the last text was cut. Logically, in both
47 * delete and yank operations, if the user names a buffer, the text is cut
50 * buffer named '9' are discarded, and the text is cut into the buffer named
51 * '1'. The text is always cut into the unnamed buffer.
63 * When users explicitly cut text into the numeric buffers, historic vi became
70 * PUBLIC: int cut __P((SCR *, ARG_CHAR_T *, MARK *, MARK *, int));
73 cut(SCR *sp, ARG_CHAR_T *namep, MARK *fm, MARK *tm, int flags)
91 * that the cut always goes into the numeric buffers.
94 * cut crosses a line boundary, it goes into the numeric
141 /* In line mode, it's pretty easy, just cut the lines. */
150 * to cut from the MARK to the end of the line.
239 * Cut a portion of a single line.
269 /* Append to the end of the cut buffer. */
278 * Discard all cut buffers.
287 /* Free cut buffer list. */
295 /* Free default cut storage. */