reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/LineEditor/LineEditor.cpp
  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());