Lines Matching defs:cut

397   char *cutbuf;              /* A cut-buffer of the same size as line[] */
834 * Optionally copy the deleted characters to the cut buffer.
836 static int gl_delete_chars(GetLine *gl, int nc, int cut);
1084 * a specified (or read) character in the input line, into the cut buffer.
1931 * Allocate a cut buffer.
4244 * Copy the contents of the line to the cut buffer.
4276 * Copy the part of the line that is about to be deleted to the cut buffer.
4348 * cut int If true, copy the characters to the cut buffer.
4353 static int gl_delete_chars(GetLine *gl, int nc, int cut)
4367 * Copy the about to be deleted region to the cut buffer.
4369 if(cut) {
4985 * the cut buffer.
5022 * the cut buffer.
5039 * Copy the region to the cut buffer.
5047 * This is an action function which inserts the contents of the cut
5058 * Do nothing else if the cut buffer is empty.
5084 * This is an action function which inserts the contents of the cut
5092 * If the cut buffer is empty, ring the terminal bell.
7195 * line, copy 'count' characters to the cut buffer.
7207 * Copy the characters to the cut buffer.
7217 * the cut buffer.
7230 * Copy the characters to the cut buffer.
7239 * cut buffer.
7251 * parenthesis into the cut buffer.
7268 * cut buffer.
7273 * Copy the characters to the cut buffer.
7282 * cut buffer.
7287 * Copy the characters to the cut buffer.
7296 * Copy the entire line into the cut buffer.
7301 * Copy the characters to the cut buffer.
7615 * Copy one or more words into the cut buffer without moving the cursor
7628 * How many characters are to be copied into the cut buffer?
7640 * Copy one or more words preceding the cursor into the cut buffer,
7650 * How many characters are to be copied into the cut buffer?
7664 * a specified character in the input line, into the cut buffer.
7683 int n; /* The number of characters in the cut buffer */
7710 * Copy a section up to and including a specified character into the cut
7719 * Copy a section back to and including a specified character into the cut
7728 * Copy a section up to and not including a specified character into the cut
7737 * Copy a section back to and not including a specified character into the cut
7746 * Copy to a character specified in a previous search into the cut
7757 * direction, into the cut buffer without moving the cursor or deleting text.