Searched refs:el_get (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/include/lldb/Host/windows/ |
D | editlinewin.h | 104 int el_get(EditLine *, int, ...);
|
/external/llvm-project/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 114 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) in ElGetPromptFn() 125 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { in ElCompletionFn()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 114 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) in ElGetPromptFn() 125 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { in ElCompletionFn()
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 115 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) in ElGetPromptFn() 126 if (el_get(EL, EL_CLIENTDATA, &Data) == 0) { in ElCompletionFn()
|
/external/llvm-project/lldb/source/Host/windows/ |
D | EditLineWin.cpp | 302 int el_get(EditLine *el, int code, ...) { in el_get() function
|
/external/llvm-project/lldb/source/Host/common/ |
D | Editline.cpp | 87 #define el_wget el_get 349 el_get(m_editline, EL_EDITOR, &editor); in IsEmacs() 1327 el_get(editline, EL_CLIENTDATA, &editor); in InstanceFor() 1409 if (el_get(m_editline, EL_GETTC, "co", &columns, nullptr) == 0) { in ApplyTerminalSizeChange()
|
/external/openssh/ |
D | sftp.c | 2103 if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0) in complete()
|