Home
last modified time | relevance | path

Searched refs:MODE_REPLACE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libedit/
H A Dchared.h124 #define MODE_REPLACE 1 macro
H A Demacs.c434 MODE_REPLACE : MODE_INSERT; in em_toggle_overwrite()
H A Dvi.c343 el->el_state.inputmode = MODE_REPLACE; in vi_replace_mode()
/freebsd/contrib/tcsh/
H A Ded.h200 #define MODE_REPLACE 1 macro
H A Ded.inputl.c109 inputmode = MODE_REPLACE; in Inputl()
H A Ded.init.c174 inputmode = MODE_REPLACE; in ed_Setup()
H A Ded.chared.c3200 inputmode = MODE_REPLACE; in v_replmode()
3411 inputmode = (inputmode == MODE_INSERT ? MODE_REPLACE : MODE_INSERT); in e_insovr()