Lines Matching refs:insert
2531 case XFUNC_insert: /* auto-insert */
3547 #define VNORMAL 0 /* command, insert or replace mode */
3558 #define VPREFIX2 11 /* ^[[ and ^[O in insert mode */
3571 static bool first_insert; /* set when starting in insert mode */
3572 static int saved_inslen; /* saved inslen for first insert */
3583 static int insert; /* <>0 in insert mode */
3615 insert = INSERT;
3735 if (insert != 0) {
3751 refresh(insert != 0);
3971 if (insert != 0)
3973 refresh(insert != 0);
3994 if (insert != 0) {
4048 if (insert == REPLACE) {
4100 * If any chars are entered before escape, trash the saved insert
4155 if (insert == INSERT) {
4161 if (insert == REPLACE && vs->cursor > vs->linelen)
4221 /* insert alias into macro buffer */
4250 insert = INSERT;
4258 insert = INSERT;
4266 insert = INSERT;
4311 insert = INSERT;
4346 insert = INSERT;
4376 insert = INSERT;
4383 insert = INSERT;
4429 insert = REPLACE;
4440 insert = INSERT;
4585 insert = INSERT;
4664 insert = INSERT;
4667 if (insert == 0 && vs->cursor != 0 && vs->cursor >= vs->linelen)
4832 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0)
4836 insert = 0;
5404 insert = INSERT;
5518 insert = INSERT;