Home | History | Annotate | Download | only in src

Lines Matching defs:insert

3297 #define INSERT		1
3300 #define VNORMAL 0 /* command, insert or replace mode */
3325 static int first_insert; /* set when starting in insert mode */
3326 static int saved_inslen; /* saved inslen for first insert */
3337 static int insert; /* non-zero in insert mode */
3368 insert = INSERT;
3473 if (insert != 0) {
3488 refresh(insert != 0);
3679 if (insert != 0)
3681 refresh(insert != 0);
3702 if (insert != 0) {
3756 if (insert == REPLACE) {
3807 /* If any chars are entered before escape, trash the saved insert
3863 if (insert == INSERT) {
3869 if (insert == REPLACE && es->cursor > es->linelen)
3928 /* insert alias into macro buffer */
3953 insert = INSERT;
3961 insert = INSERT;
3969 insert = INSERT;
4013 insert = INSERT;
4046 insert = INSERT;
4076 insert = INSERT;
4083 insert = INSERT;
4129 insert = REPLACE;
4140 insert = INSERT;
4289 insert = INSERT;
4352 if (insert == 0 && es->cursor != 0 && es->cursor >= es->linelen)
4509 if (putbuf(ibuf, inslen, insert == REPLACE) != 0)
4513 insert = 0;
5093 insert = INSERT;
5194 insert = INSERT;