Searched refs:H_LOAD (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/libedit/TEST/ |
| H A D | wtc1.c | 129 history_w(hist, &ev, H_LOAD, hfile); in main() 228 history_w(hist, &ev, H_LOAD, in main()
|
| H A D | tc1.c | 264 history(hist, &ev, H_LOAD, av[2]); in main()
|
| /src/contrib/libedit/ |
| H A D | hist.h | 67 #define HIST_LOAD(el, fname) HIST_FUN(el, H_LOAD fname)
|
| H A D | histedit.h | 224 #define H_LOAD 17 /* , const char *); */ macro
|
| H A D | history.c | 1075 case H_LOAD: in history()
|
| H A D | readline.c | 1432 if (history(h, &ev, H_LOAD, filename) == -1) in read_history()
|
| /src/contrib/llvm-project/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 247 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str()); in loadHistory()
|
| /src/bin/sh/ |
| H A D | histedit.c | 139 if (history(hist, &he, H_LOAD, histfile) != -1 || errno == ENOENT) in histload()
|
| /src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 270 history_w(m_history, &m_event, H_LOAD, path); in Load()
|