Home
last modified time | relevance | path

Searched refs:MODE_INSERT (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/libedit/src/
H A Dchared.h123 #define MODE_INSERT 0 macro
H A Demacs.c433 el->el_state.inputmode = (el->el_state.inputmode == MODE_INSERT) ? in em_toggle_overwrite()
434 MODE_REPLACE : MODE_INSERT; in em_toggle_overwrite()
H A Dchared.c438 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */ in ch_init()
466 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */ in ch_reset()
H A Dcommon.c91 if (el->el_state.inputmode == MODE_INSERT in ed_insert()
H A Dvi.c559 el->el_state.inputmode = MODE_INSERT; in vi_command_mode()
/dragonfly/contrib/tcsh-6/
H A Ded.chared.c214 inputmode = MODE_INSERT; in c_delafter()
1401 inputmode = MODE_INSERT; in v_cmd_mode()
1434 if (inputmode != MODE_INSERT) { in e_insert_str()
1462 if (inputmode != MODE_INSERT) { in e_insert()
1474 if (inputmode != MODE_INSERT) { in e_insert()
1542 if (inputmode != MODE_INSERT) { in e_digit()
3412 inputmode = (inputmode == MODE_INSERT ? MODE_REPLACE : MODE_INSERT); in e_insovr()
H A Ded.h199 #define MODE_INSERT 0 macro
H A Ded.init.c172 inputmode = MODE_INSERT; in ed_Setup()
177 inputmode = MODE_INSERT; in ed_Setup()
H A Ded.inputl.c107 inputmode = MODE_INSERT; in Inputl()