Home
last modified time | relevance | path

Searched refs:el_get (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp112 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 Dhistedit.h114 int el_get(EditLine *, int, ...);
H A DMakefile27 editline.3 el_get.3 \
H A Deln.c275 el_get(EditLine *el, int op, ...) in el_get() function
H A Dreadline.c365 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 DMakefile27 editline.3 el_get.3 \
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp72 #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 Dhistedit.c557 el_get(el, EL_GETFP, 1, &old); in bindcmd()
/freebsd/contrib/tnftp/src/
H A Dutil.c997 if ((el_get(el, EL_EDITMODE, &editmode) != -1) && editmode == 0) in controlediting()
/freebsd/crypto/openssh/
H A Dsftp.c2135 if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0) in complete()