Home
last modified time | relevance | path

Searched refs:EL_EDITMODE (Results 1 – 8 of 8) sorted by relevance

/src/contrib/libedit/
H A Deln.c156 case EL_EDITMODE: in el_set()
318 case EL_EDITMODE: in el_get()
H A Dhistedit.h147 #define EL_EDITMODE 11 /* , int); set/get */ macro
H A Del.c314 case EL_EDITMODE: in el_wset()
446 case EL_EDITMODE: in el_wget()
H A Dreadline.c335 el_set(e, EL_EDITMODE, 0); in rl_initialize()
H A DChangeLog1503 I also tested with "el_set(el, EL_EDITMODE, 0)", and it returns
5706 inverse of el_set() * add EL_EDITMODE operation to el_set and
5708 "edit on | off" editrc command, which modifies EL_EDITMODE.
5712 NOTE: at this time EL_EDITMODE is just an indication of the state
/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1141 el_set(m_editline, EL_EDITMODE, 0); in ConfigureEditor()
1398 el_set(m_editline, EL_EDITMODE, 0); in ~Editline()
/src/contrib/tnftp/src/
H A Dutil.c997 if ((el_get(el, EL_EDITMODE, &editmode) != -1) && editmode == 0) in controlediting()
/src/contrib/tnftp/
H A DChangeLog1511 - test for EL_RPROMPT instead of EL_EDITMODE, since the