Searched refs:EL_GETCFN (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/libedit/ |
| H A D | eln.c | 240 case EL_GETCFN: /* el_rfunc_t */ in el_set() 335 case EL_GETCFN: /* el_rfunc_t */ in el_get()
|
| H A D | histedit.h | 149 #define EL_GETCFN 13 /* , el_rfunc_t); set/get */ macro
|
| H A D | el.c | 322 case EL_GETCFN: in el_wset() 472 case EL_GETCFN: in el_wget()
|
| H A D | readline.c | 351 el_set(e, EL_GETCFN, _getc_function); in rl_initialize() 469 el_set(e, EL_GETCFN, _rl_event_read_char); in readline() 474 el_set(e, EL_GETCFN, EL_BUILTIN_GETCFN); in readline() 2299 el_set(el, EL_GETCFN, EL_BUILTIN_GETCFN); in _rl_event_read_char()
|
| H A D | ChangeLog | 1541 * editline.3: Fix the prototype used by EL_GETCFN, mention the 1543 list of affected functions, warn against using EL_GETCFN, and
|
| /src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 1129 el_wset(m_editline, EL_GETCFN, callbackFn); in SetGetCharacterFunction()
|