Searched refs:history_w (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/lib/libedit/TEST/ |
| HD | wtc1.c | 131 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */ in main() 132 history_w(hist, &ev, H_LOAD, hfile); in main() 142 el_wset(el, EL_HIST, history_w, hist); /* FIXME - history_w? */ in main() 196 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line); in main() 217 for(rc = history_w(hist, &ev, H_LAST); in main() 219 rc = history_w(hist, &ev, H_PREV)) in main() 225 history_w(hist, &ev, H_CLEAR); in main() 231 history_w(hist, &ev, H_LOAD, in main() 234 history_w(hist, &ev, H_SAVE, in main() 274 history_w(hist, &ev, H_SAVE, hfile); in main()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Editline.cpp | 68 #define history_w history macro 186 history_w (m_history, &m_event, H_SETSIZE, size); in EditlineHistory() 188 history_w (m_history, &m_event, H_SETUNIQUE, 1); in EditlineHistory() 262 history_w (m_history, &m_event, H_ENTER, line_cstr); in Enter() 273 history_w (m_history, &m_event, H_LOAD, path); in Load() 288 history_w (m_history, &m_event, H_SAVE, path); in Save() 509 if (history_w (pHistory, &history_event, H_FIRST) == -1) in RecallHistory() 521 if (history_w (pHistory, &history_event, earlier ? H_NEXT : H_PREV) == -1) in RecallHistory()
|
| /NextBSD/lib/libedit/ |
| HD | histedit.h | 304 int history_w(HistoryW *, HistEventW *, int, ...);
|