Searched refs:H_LOAD (Results 1 – 8 of 8) sorted by relevance
/external/libedit/examples/ |
D | wtc1.c | 129 history_w(hist, &ev, H_LOAD, hfile); in main() 228 history_w(hist, &ev, H_LOAD, in main()
|
D | tc1.c | 269 history(hist, &ev, H_LOAD, av[2]); in main()
|
/external/libedit/src/ |
D | hist.h | 74 #define HIST_LOAD(el, fname) HIST_FUN(el, H_LOAD fname)
|
D | histedit.h | 218 #define H_LOAD 17 /* , const char *); */ macro
|
D | history.c | 1010 case H_LOAD: in FUNW()
|
D | readline.c | 1319 return history(h, &ev, H_LOAD, filename) == -1 ? in read_history()
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 247 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str()); in loadHistory()
|
/external/lldb/tools/driver/ |
D | IOChannel.cpp | 294 ::history (m_history, &m_history_event, H_LOAD, path_ptr); in HistorySaveLoad()
|