Lines Matching full:cut
30 * cut --
37 * depending on into what buffer the last text was cut. Logically, in both
38 * delete and yank operations, if the user names a buffer, the text is cut
41 * buffer named '9' are discarded, and the text is cut into the buffer named
42 * '1'. The text is always cut into the unnamed buffer.
54 * When users explicitly cut text into the numeric buffers, historic vi became
61 * PUBLIC: int cut(SCR *, CHAR_T *, MARK *, MARK *, int);
64 cut(SCR *sp, CHAR_T *namep, MARK *fm, MARK *tm, int flags) in cut() function
82 * that the cut always goes into the numeric buffers. in cut()
85 * cut crosses a line boundary, it goes into the numeric in cut()
132 /* In line mode, it's pretty easy, just cut the lines. */ in cut()
141 * cut_line to cut from the MARK to the end of the line. in cut()
215 * Cut a portion of a single line.
245 /* Append to the end of the cut buffer. */ in cut_line()
254 * Discard all cut buffers.
263 /* Free cut buffer list. */ in cut_close()
271 /* Free default cut storage. */ in cut_close()