Searched refs:EL_EDITOR (Results 1 – 9 of 9) sorted by relevance
/external/libedit/src/ |
D | eln.c | 132 case EL_EDITOR: /* const wchar_t * */ in el_set() 284 case EL_EDITOR: { in el_get()
|
D | histedit.h | 136 #define EL_EDITOR 2 /* , const Char *); set/get */ macro
|
D | el.c | 237 case EL_EDITOR: in FUN() 432 case EL_EDITOR: in FUN()
|
D | readline.c | 339 el_set(e, EL_EDITOR, "emacs"); in rl_initialize()
|
/external/libedit/examples/ |
D | tc1.c | 155 el_set(el, EL_EDITOR, "vi"); /* Default editor is vi */ in main()
|
D | wtc1.c | 135 el_wset(el, EL_EDITOR, L"vi"); /* Default editor is vi */ in main()
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 210 ::el_set(Data->EL, EL_EDITOR, "emacs"); in LineEditor()
|
/external/lldb/tools/driver/ |
D | IOChannel.cpp | 220 ::el_set (m_edit_line, EL_EDITOR, "emacs"); in IOChannel()
|
/external/openssh/ |
D | sftp.c | 2033 el_set(el, EL_EDITOR, "emacs"); in interactive_loop()
|