Home
last modified time | relevance | path

Searched refs:EL_ADDFN (Results 1 – 12 of 12) sorted by relevance

/src/contrib/libedit/
H A Dhistedit.h144 #define EL_ADDFN 9 /* , const Char *, const Char, set */ macro
H A Deln.c214 case EL_ADDFN: { /* const char *, const char *, el_func_t */ in el_set()
H A Del.c285 case EL_ADDFN: in el_wset()
H A Dreadline.c374 el_set(e, EL_ADDFN, "rl_complete", in rl_initialize()
382 el_set(e, EL_ADDFN, "rl_tstp", in rl_initialize()
2131 el_set(e, EL_ADDFN, name, name, rl_bind_wrapper); in rl_add_defun()
H A DChangeLog59 el_set(el, EL_ADDFN, "help", "", help);
/src/contrib/libedit/TEST/
H A Dtc1.c158 el_set(el, EL_ADDFN, "ed-complete", "Complete argument", complete); in main()
H A Dwtc1.c142 el_wset(el, EL_ADDFN, L"ed-complete", L"Complete argument", complete); in main()
/src/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp212 ::el_set(Data->EL, EL_ADDFN, "tab_complete", "Tab completion function", in LineEditor()
/src/bin/sh/
H A Dhistedit.c190 el_set(el, EL_ADDFN, "sh-complete", in histedit()
/src/contrib/tnftp/src/
H A Dutil.c992 el_set(el, EL_ADDFN, "ftp-complete", in controlediting()
/src/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1120 el_wset(m_editline, EL_ADDFN, command, helptext, callbackFn); in AddFunctionToEditLine()
/src/crypto/openssh/
H A Dsftp.c2236 el_set(el, EL_ADDFN, "ftp-complete", in interactive_loop()