Searched refs:el_get (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/bc/ |
H A D | scan.l | 326 el_get(el, EL_EDITMODE, &use_el); 349 el_get(el, EL_EDITMODE, &use_el);
|
/openbsd/gnu/llvm/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()
|
/openbsd/lib/libedit/ |
H A D | histedit.h | 115 int el_get(EditLine *, int, ...);
|
H A D | eln.c | 263 el_get(EditLine *el, int op, ...) in el_get() function
|
H A D | readline.c | 343 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 D | Editline.cpp | 89 #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 D | sftp.c | 2109 if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0) in complete()
|