Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/windows/
Deditlinewin.h94 EditLine *el_init(const char *, FILE *, FILE *, FILE *);
/external/llvm-project/lldb/source/Host/windows/
DEditLineWin.cpp161 EditLine *el_init(const char *, FILE *, FILE *, FILE *) { in el_init() function
/external/llvm-project/llvm/lib/LineEditor/
DLineEditor.cpp211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
DLineEditor.cpp211 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor()
/external/llvm/lib/LineEditor/
DLineEditor.cpp212 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor()
/external/llvm/cmake/
Dconfig-ix.cmake132 check_library_exists(edit el_init "" HAVE_LIBEDIT)
/external/llvm-project/llvm/cmake/
Dconfig-ix.cmake168 check_library_exists(edit el_init "" HAVE_LIBEDIT)
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp1109 el_init(m_editor_name.c_str(), m_input_file, m_output_file, m_error_file); in ConfigureEditor()
/external/openssh/
Dsftp.c2172 if ((el = el_init(__progname, stdin, stdout, stderr)) == NULL) in interactive_loop()
Dconfigure.ac1615 AC_CHECK_LIB([edit], [el_init],
1628 el_init("", NULL, NULL, NULL);