Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/windows/
Deditlinewin.h104 int el_get(EditLine *, int, ...);
/external/llvm-project/llvm/lib/LineEditor/
DLineEditor.cpp114 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/
DLineEditor.cpp114 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/
DLineEditor.cpp115 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/
DEditLineWin.cpp302 int el_get(EditLine *el, int code, ...) { in el_get() function
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp87 #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/
Dsftp.c2103 if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0) in complete()