Home
last modified time | relevance | path

Searched refs:inputmode (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.chared.c214 inputmode = MODE_INSERT; in c_delafter()
1400 inputmode = MODE_INSERT; in v_cmd_mode()
1433 if (inputmode != MODE_INSERT) { in e_insert_str()
1461 if (inputmode != MODE_INSERT) { in e_insert()
1473 if (inputmode != MODE_INSERT) { in e_insert()
1489 if (inputmode == MODE_REPLACE_1) in e_insert()
1541 if (inputmode != MODE_INSERT) { in e_digit()
3187 inputmode = MODE_REPLACE_1; in v_replone()
3200 inputmode = MODE_REPLACE; in v_replmode()
3411 inputmode = (inputmode == MODE_INSERT ? MODE_REPLACE : MODE_INSERT); in e_insovr()
H A Ded.init.c172 inputmode = MODE_INSERT; in ed_Setup()
174 inputmode = MODE_REPLACE; in ed_Setup()
177 inputmode = MODE_INSERT; in ed_Setup()
H A Ded.h121 EXTERN int inputmode; /* insert, replace, replace1 mode */ variable
H A Ded.inputl.c107 inputmode = MODE_INSERT; in Inputl()
109 inputmode = MODE_REPLACE; in Inputl()
H A DFixes1656 53. inputmode affects the first line too.
/freebsd/contrib/libedit/
H A Del.h80 int inputmode; /* What mode are we in? */ member
H A Dcommon.c91 if (el->el_state.inputmode == MODE_INSERT in ed_insert()
98 if (el->el_state.inputmode != MODE_REPLACE_1) in ed_insert()
106 if (el->el_state.inputmode == MODE_REPLACE_1) in ed_insert()
H A Demacs.c433 el->el_state.inputmode = (el->el_state.inputmode == MODE_INSERT) ? in em_toggle_overwrite()
H A Dvi.c327 el->el_state.inputmode = MODE_REPLACE_1; in vi_replace_char()
343 el->el_state.inputmode = MODE_REPLACE; in vi_replace_mode()
559 el->el_state.inputmode = MODE_INSERT; in vi_command_mode()
H A Dchared.c438 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */ in ch_init()
469 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */ in ch_reset()