Home
last modified time | relevance | path

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

/openbsd/usr.bin/bc/
H A Dscan.l326 el_get(el, EL_EDITMODE, &use_el);
349 el_get(el, EL_EDITMODE, &use_el);
/openbsd/gnu/llvm/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()
/openbsd/lib/libedit/
H A Dhistedit.h115 int el_get(EditLine *, int, ...);
H A Deln.c263 el_get(EditLine *el, int op, ...) in el_get() function
H A Dreadline.c343 el_get(e, EL_TERMINAL, &rl_terminal_name); in rl_initialize()
2129 el_get(e, EL_GETTC, "li", rows); in rl_get_screen_size()
2131 el_get(e, EL_GETTC, "co", cols); in rl_get_screen_size()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp89 #define el_wget el_get
360 el_get(m_editline, EL_EDITOR, &editor); in IsEmacs()
1375 el_get(editline, EL_CLIENTDATA, &editor); in InstanceFor()
1461 if (el_get(m_editline, EL_GETTC, "co", &columns, nullptr) == 0) { in ApplyTerminalSizeChange()
/openbsd/usr.bin/ssh/
H A Dsftp.c2109 if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0) in complete()