Searched refs:H_SAVE (Results 1 – 7 of 7) sorted by relevance
/external/libedit/examples/ |
D | wtc1.c | 231 history_w(hist, &ev, H_SAVE, in main() 271 history_w(hist, &ev, H_SAVE, hfile); in main()
|
D | tc1.c | 271 history(hist, &ev, H_SAVE, av[2]); in main()
|
/external/libedit/src/ |
D | hist.h | 75 #define HIST_SAVE(el, fname) HIST_FUN(el, H_SAVE fname)
|
D | histedit.h | 219 #define H_SAVE 18 /* , const char *); */ macro
|
D | history.c | 1016 case H_SAVE: in FUNW()
|
D | readline.c | 1336 return history(h, &ev, H_SAVE, filename) == -1 ? in write_history()
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 246 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str()); in saveHistory()
|