Searched refs:H_SAVE (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dhist.h76 #define HIST_SAVE(el, fname) HIST_FUN(el, H_SAVE fname)
H A Dhistedit.h222 #define H_SAVE 18 /* , const char *); */ macro
H A Dhistory.c1030 case H_SAVE:
H A Dreadline.c1373 return history(h, &ev, H_SAVE, filename) == -1 ?
/freebsd-11.0-release/lib/libedit/TEST/
H A Dwtc1.c234 history_w(hist, &ev, H_SAVE,
274 history_w(hist, &ev, H_SAVE, hfile);
H A Dtc1.c267 history(hist, &ev, H_SAVE, av[2]);
/freebsd-11.0-release/contrib/llvm/lib/LineEditor/
H A DLineEditor.cpp240 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp288 history_w (m_history, &m_event, H_SAVE, path);

Completed in 180 milliseconds