Searched refs:H_SAVE (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/libedit/TEST/ |
H A D | wtc1.c | 231 history_w(hist, &ev, H_SAVE, in main() 271 history_w(hist, &ev, H_SAVE, hfile); in main()
|
H A D | tc1.c | 266 history(hist, &ev, H_SAVE, av[2]); in main()
|
/freebsd/contrib/libedit/ |
H A D | hist.h | 68 #define HIST_SAVE(el, fname) HIST_FUN(el, H_SAVE fname)
|
H A D | histedit.h | 223 #define H_SAVE 18 /* , const char *); */ macro
|
H A D | history.c | 1078 case H_SAVE: in FUNW()
|
H A D | readline.c | 1451 return history(h, &ev, H_SAVE, filename) == -1 ? in write_history()
|
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 240 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str()); in saveHistory()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 281 history_w(m_history, &m_event, H_SAVE, path); in Save()
|