Home
last modified time | relevance | path

Searched refs:EL_GETCFN (Results 1 – 6 of 6) sorted by relevance

/src/contrib/libedit/
H A Deln.c240 case EL_GETCFN: /* el_rfunc_t */ in el_set()
335 case EL_GETCFN: /* el_rfunc_t */ in el_get()
H A Dhistedit.h149 #define EL_GETCFN 13 /* , el_rfunc_t); set/get */ macro
H A Del.c322 case EL_GETCFN: in el_wset()
472 case EL_GETCFN: in el_wget()
H A Dreadline.c351 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 DChangeLog1541 * 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 DEditline.cpp1129 el_wset(m_editline, EL_GETCFN, callbackFn); in SetGetCharacterFunction()