Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/TEST/
H A Dwtc1.c129 history_w(hist, &ev, H_LOAD, hfile); in main()
228 history_w(hist, &ev, H_LOAD, in main()
H A Dtc1.c264 history(hist, &ev, H_LOAD, av[2]); in main()
/freebsd/contrib/libedit/
H A Dhist.h67 #define HIST_LOAD(el, fname) HIST_FUN(el, H_LOAD fname)
H A Dhistedit.h222 #define H_LOAD 17 /* , const char *); */ macro
H A Dhistory.c1072 case H_LOAD: in FUNW()
H A Dreadline.c1429 if (history(h, &ev, H_LOAD, filename) == -1) in read_history()
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp247 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str()); in loadHistory()
/freebsd/bin/sh/
H A Dhistedit.c137 if (history(hist, &he, H_LOAD, histfile) != -1 || errno == ENOENT) in histload()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp270 history_w(m_history, &m_event, H_LOAD, path); in Load()