Searched refs:el_get (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 112 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) in ElGetPromptFn() 123 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { in ElCompletionFn()
|
/freebsd/contrib/libedit/ |
H A D | histedit.h | 114 int el_get(EditLine *, int, ...);
|
H A D | Makefile | 27 editline.3 el_get.3 \
|
H A D | eln.c | 275 el_get(EditLine *el, int op, ...) in el_get() function
|
H A D | readline.c | 365 el_get(e, EL_TERMINAL, &rl_terminal_name); in rl_initialize() 2367 el_get(e, EL_GETTC, "li", rows); in rl_get_screen_size() 2369 el_get(e, EL_GETTC, "co", cols); in rl_get_screen_size()
|
/freebsd/lib/libedit/ |
H A D | Makefile | 27 editline.3 el_get.3 \
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 72 #define el_wget el_get 349 el_get(m_editline, EL_EDITOR, &editor); in IsEmacs() 1377 el_get(editline, EL_CLIENTDATA, &editor); in InstanceFor() 1434 if (el_get(m_editline, EL_GETTC, "co", &columns, nullptr) == 0) { in ApplyTerminalSizeChange()
|
/freebsd/bin/sh/ |
H A D | histedit.c | 557 el_get(el, EL_GETFP, 1, &old); in bindcmd()
|
/freebsd/contrib/tnftp/src/ |
H A D | util.c | 997 if ((el_get(el, EL_EDITMODE, &editmode) != -1) && editmode == 0) in controlediting()
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 2135 if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0) in complete()
|