Searched refs:H_SAVE (Results 1 – 8 of 8) sorted by relevance
| /src/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()
|
| /src/contrib/libedit/ |
| H A D | hist.h | 68 #define HIST_SAVE(el, fname) HIST_FUN(el, H_SAVE fname)
|
| H A D | histedit.h | 225 #define H_SAVE 18 /* , const char *); */ macro
|
| H A D | history.c | 1081 case H_SAVE: in history()
|
| H A D | readline.c | 1454 return history(h, &ev, H_SAVE, filename) == -1 ? in write_history()
|
| /src/contrib/llvm-project/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 240 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str()); in saveHistory()
|
| /src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 281 history_w(m_history, &m_event, H_SAVE, path); in Save()
|