Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/windows/
Deditlinewin.h95 const char *el_gets(EditLine *, int *);
/external/llvm-project/lldb/source/Host/windows/
DEditLineWin.cpp168 const char *el_gets(EditLine *el, int *length) { in el_gets() function
/external/llvm-project/llvm/lib/LineEditor/
DLineEditor.cpp259 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
DLineEditor.cpp259 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
/external/llvm/lib/LineEditor/
DLineEditor.cpp260 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp82 #define el_wgets el_gets
/external/openssh/
Dsftp.c2261 if ((line = el_gets(el, &count)) == NULL || in interactive_loop()