Lines Matching full:edit

286 typed are appended to the edit buffer.
287 In that case, the edit buffer is returned to the program after a
327 Clear the screen and display the edit buffer at the top.
340 edit buffer.
341 In vi mode, the last character in the edit buffer is deleted in
346 It is an error if the cursor is at the beginning of the edit buffer.
352 It is an error if the cursor is at the beginning of the edit buffer.
361 Discard the edit buffer and indicate end of file to the program.
372 Failure to enlarge the edit buffer also results in an error.
379 edit buffer.
380 In emacs mode, move the cursor to the beginning of the edit buffer.
388 Move the cursor to the end of the edit buffer.
396 Append a newline character to the edit buffer and return the edit
407 It is an error if the cursor is already at the end of the edit
410 Replace the edit buffer with the next history line.
417 It is an error if the edit buffer does not contain enough newline
428 edit buffer.
430 Replace the edit buffer with the previous history line.
437 It is an error if the edit buffer does not contain enough newline
448 edit buffer.
462 Replace the edit buffer with the next matching history entry.
464 Replace the edit buffer with the previous matching history entry.
472 Discard the contents of the edit buffer and start from scratch.
479 It is an error if the cursor is at the beginning of the edit buffer
480 or if the edit buffer contains less than two characters.
495 It is an error if the cursor is at the beginning of the edit buffer.
502 It is an error if the cursor is at the end of the edit buffer.
506 If the edit buffer is empty, indicate end of file to the program.
507 It is an error if the cursor is at the end of the edit buffer and
508 the edit buffer is not empty.
511 It is an error if the cursor is at the beginning of the edit buffer.
517 of the edit buffer.
523 Delete the entire contents of the edit buffer and save it to the
545 It is an error if the cursor is already at the end of the edit
563 Unless the cursor is already at the end of the edit buffer, move
566 Switch to vi insert mode and move the cursor to the end of the edit
587 It is an error if the cursor is already at the end of the edit
593 edit buffer and save a copy of it to the cut buffer.
600 Unless the cursor is already at the beginning of the edit buffer,
605 character at the beginning of the edit buffer and return the edit
611 edit buffer and save a copy of it to the cut buffer.
615 edit buffer.
623 It is an error if the cursor is already at the end of the edit
632 It is an error if the cursor is already at the end of the edit
643 Move the cursor to the beginning of the edit buffer and switch to
646 Delete the string from the beginning of the edit buffer to the
649 If the edit buffer is empty, indicate end of file to the program.
650 It is an error if the edit buffer is not empty.
672 It is an error if the cursor is already at the end of the edit
677 instance of that character in the edit buffer.
688 in the edit buffer.
696 It is an error if the cursor is already at the end of the edit
713 edit buffer.
717 instance of that character in the edit buffer.
728 in the edit buffer.
737 edit buffer.
766 It is an error if the cursor is at the end of the edit buffer.
773 Replace the edit buffer with the next matching history entry.
775 Replace the edit buffer with the previous matching history entry.
779 Delete the entire contents of the edit buffer, save a copy of it
789 Replace the edit buffer with the specified history entry.
793 character before the next instance of that character in the edit
805 in the edit buffer.
809 after the next instance of that character in the edit buffer.
820 in the edit buffer.
824 Undo all changes to the edit buffer.
829 edit buffer to the cut buffer.
831 Copy the string from the cursor to the end of the edit buffer to
835 Otherwise, move the cursor to the beginning of the edit buffer.