Searched refs:MODE_INSERT (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/lib/libedit/
H A Dchared.h121 #define MODE_INSERT 0 macro
H A Demacs.c412 el->el_state.inputmode = (el->el_state.inputmode == MODE_INSERT) ?
413 MODE_REPLACE : MODE_INSERT;
H A Dchared.c429 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */
457 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */
H A Dcommon.c84 if (el->el_state.inputmode == MODE_INSERT
H A Dvi.c532 el->el_state.inputmode = MODE_INSERT;
/openbsd-current/usr.bin/tmux/
H A Dscreen.c687 if (mode & MODE_INSERT)
H A Dinput.c1664 screen_write_mode_clear(sctx, MODE_INSERT);
1753 screen_write_mode_set(sctx, MODE_INSERT);
H A Dtmux.h571 #define MODE_INSERT 0x2 macro

Completed in 104 milliseconds