Searched refs:inputmode (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Del.h86 int inputmode; /* What mode are we in? */ member in struct:el_state_t
H A Demacs.c431 el->el_state.inputmode = (el->el_state.inputmode == MODE_INSERT) ?
H A Dcommon.c86 if (el->el_state.inputmode == MODE_INSERT
93 if (el->el_state.inputmode != MODE_REPLACE_1)
101 if (el->el_state.inputmode == MODE_REPLACE_1)
H A Dvi.c322 el->el_state.inputmode = MODE_REPLACE_1;
338 el->el_state.inputmode = MODE_REPLACE;
554 el->el_state.inputmode = MODE_INSERT;
H A Dchared.c444 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */
477 el->el_state.inputmode = MODE_INSERT; /* XXX: save a default */
/freebsd-11.0-release/contrib/tcsh/
H A Ded.h122 EXTERN int inputmode; /* insert, replace, replace1 mode */ variable
H A Ded.init.c176 inputmode = MODE_INSERT;
178 inputmode = MODE_REPLACE;
181 inputmode = MODE_INSERT;
H A Ded.inputl.c111 inputmode = MODE_INSERT;
113 inputmode = MODE_REPLACE;
H A Ded.chared.c218 inputmode = MODE_INSERT;
1396 inputmode = MODE_INSERT;
1429 if (inputmode != MODE_INSERT) {
1457 if (inputmode != MODE_INSERT) {
1469 if (inputmode != MODE_INSERT) {
1485 if (inputmode == MODE_REPLACE_1)
1537 if (inputmode != MODE_INSERT) {
3183 inputmode = MODE_REPLACE_1;
3196 inputmode = MODE_REPLACE;
3407 inputmode
[all...]

Completed in 79 milliseconds