Home
last modified time | relevance | path

Searched refs:H_LOAD (Results 1 – 8 of 8) sorted by relevance

/external/libedit/examples/
Dwtc1.c129 history_w(hist, &ev, H_LOAD, hfile); in main()
228 history_w(hist, &ev, H_LOAD, in main()
Dtc1.c269 history(hist, &ev, H_LOAD, av[2]); in main()
/external/libedit/src/
Dhist.h74 #define HIST_LOAD(el, fname) HIST_FUN(el, H_LOAD fname)
Dhistedit.h218 #define H_LOAD 17 /* , const char *); */ macro
Dhistory.c1010 case H_LOAD: in FUNW()
Dreadline.c1319 return history(h, &ev, H_LOAD, filename) == -1 ? in read_history()
/external/llvm/lib/LineEditor/
DLineEditor.cpp247 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str()); in loadHistory()
/external/lldb/tools/driver/
DIOChannel.cpp294 ::history (m_history, &m_history_event, H_LOAD, path_ptr); in HistorySaveLoad()