Searched refs:EL_EDITMODE (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/libedit/ |
| H A D | eln.c | 156 case EL_EDITMODE: in el_set() 318 case EL_EDITMODE: in el_get()
|
| H A D | histedit.h | 147 #define EL_EDITMODE 11 /* , int); set/get */ macro
|
| H A D | el.c | 314 case EL_EDITMODE: in el_wset() 446 case EL_EDITMODE: in el_wget()
|
| H A D | readline.c | 335 el_set(e, EL_EDITMODE, 0); in rl_initialize()
|
| H A D | ChangeLog | 1503 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 D | Editline.cpp | 1141 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 D | util.c | 997 if ((el_get(el, EL_EDITMODE, &editmode) != -1) && editmode == 0) in controlediting()
|
| /src/contrib/tnftp/ |
| H A D | ChangeLog | 1511 - test for EL_RPROMPT instead of EL_EDITMODE, since the
|