Searched refs:LineEditor (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 55 LineEditor::CompletionAction 84 LineEditor::CompletionAction LineEditor::getCompletionAction(StringRef Buffer, in getCompletionAction() 99 struct LineEditor::InternalData { 100 LineEditor *LE; 114 LineEditor::InternalData *Data; in ElGetPromptFn() 125 LineEditor::InternalData *Data; in ElCompletionFn() 199 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() function in LineEditor 235 LineEditor::~LineEditor() { in ~LineEditor() 243 void LineEditor::saveHistory() { in saveHistory() 287 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() function in LineEditor [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/LineEditor/ |
| H A D | LineEditor.h | 23 class LineEditor { 34 LineEditor(StringRef ProgName, StringRef HistoryPath = "", FILE *In = stdin, 36 ~LineEditor();
|
| /freebsd-12.1/contrib/llvm/ |
| H A D | FREEBSD-Xlist | 89 lib/LineEditor/CMakeLists.txt 90 lib/LineEditor/LLVMBuild.txt
|
| /freebsd-12.1/contrib/llvm/include/llvm/ |
| H A D | module.modulemap | 265 umbrella "LineEditor"
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 630 SRCS_MIN+= LineEditor/LineEditor.cpp
|