Searched refs:history_w (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libedit/TEST/ |
H A D | wtc1.c | 128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */ in main() 129 history_w(hist, &ev, H_LOAD, hfile); in main() 139 el_wset(el, EL_HIST, history_w, hist); /* FIXME - history_w? */ in main() 193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line); in main() 214 for(rc = history_w(hist, &ev, H_LAST); in main() 216 rc = history_w(hist, &ev, H_PREV)) in main() 222 history_w(hist, &ev, H_CLEAR); in main() 228 history_w(hist, &ev, H_LOAD, in main() 231 history_w(hist, &ev, H_SAVE, in main() 271 history_w(hist, &ev, H_SAVE, hfile); in main()
|
/freebsd/contrib/libedit/ |
H A D | hist.c | 212 return history_w(el->el_history.ref, &ev, H_SETSIZE, num); in hist_command() 215 return history_w(el->el_history.ref, &ev, H_SETUNIQUE, num); in hist_command()
|
H A D | histedit.h | 298 int history_w(HistoryW *, HistEventW *, int, ...);
|
H A D | Makefile | 59 editline.3 history_w.3 \
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 60 #define history_w history macro 198 history_w(m_history, &m_event, H_SETSIZE, size); in EditlineHistory() 200 history_w(m_history, &m_event, H_SETUNIQUE, 1); in EditlineHistory() 263 history_w(m_history, &m_event, H_ENTER, line_cstr); in Enter() 270 history_w(m_history, &m_event, H_LOAD, path); in Load() 281 history_w(m_history, &m_event, H_SAVE, path); in Save() 471 if (history_w(pHistory, &history_event, in RecallHistory() 486 if (history_w(pHistory, &history_event, GetOperation(op)) == -1) { in RecallHistory()
|
/freebsd/lib/libedit/ |
H A D | Makefile | 57 editline.3 history_w.3 \
|