Searched refs:EL_ADDFN (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | histedit.h | 144 #define EL_ADDFN 9 /* , const Char *, const Char, set */ macro
|
H A D | eln.c | 213 case EL_ADDFN: { /* const char *, const char *, el_func_t */ in el_set()
|
H A D | el.c | 282 case EL_ADDFN: in el_wset()
|
H A D | readline.c | 371 el_set(e, EL_ADDFN, "rl_complete", in rl_initialize() 379 el_set(e, EL_ADDFN, "rl_tstp", in rl_initialize() 2128 el_set(e, EL_ADDFN, name, name, rl_bind_wrapper); in rl_add_defun()
|
/freebsd/contrib/libedit/TEST/ |
H A D | tc1.c | 158 el_set(el, EL_ADDFN, "ed-complete", "Complete argument", complete); in main()
|
H A D | wtc1.c | 142 el_wset(el, EL_ADDFN, L"ed-complete", L"Complete argument", complete); in main()
|
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 212 ::el_set(Data->EL, EL_ADDFN, "tab_complete", "Tab completion function", in LineEditor()
|
/freebsd/bin/sh/ |
H A D | histedit.c | 188 el_set(el, EL_ADDFN, "sh-complete", in histedit()
|
/freebsd/contrib/tnftp/src/ |
H A D | util.c | 992 el_set(el, EL_ADDFN, "ftp-complete", in controlediting()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 1120 el_wset(m_editline, EL_ADDFN, command, helptext, callbackFn); in AddFunctionToEditLine()
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 2236 el_set(el, EL_ADDFN, "ftp-complete", in interactive_loop()
|