HomeSort by: relevance | last modified time | path
    Searched refs:HistoryPath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/LineEditor/
LineEditor.cpp 198 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In,
200 : Prompt((ProgName + "> ").str()), HistoryPath(std::string(HistoryPath)),
202 if (HistoryPath.empty())
203 this->HistoryPath = getDefaultHistoryPath(ProgName);
243 if (!HistoryPath.empty()) {
245 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str());
250 if (!HistoryPath.empty()) {
252 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str());
286 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/LineEditor/
LineEditor.h 28 /// \param HistoryPath Path to the file in which to store history data, if
33 LineEditor(StringRef ProgName, StringRef HistoryPath = "", FILE *In = stdin,
113 std::string HistoryPath;

Completed in 17 milliseconds