Home
last modified time | relevance | path

Searched refs:HistoryW (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libedit/
H A Dhistedit.h295 typedef struct historyW HistoryW; typedef
297 HistoryW * history_winit(void);
298 void history_wend(HistoryW *);
300 int history_w(HistoryW *, HistEventW *, int, ...);
/freebsd/contrib/libedit/TEST/
H A Dwtc1.c114 HistoryW *hist; in main()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp66 #define HistoryW History macro
275 HistoryW *GetHistoryPtr() { return m_history; } in GetHistoryPtr()
306 HistoryW *m_history = nullptr;
483 HistoryW *pHistory = m_history_sp->GetHistoryPtr(); in RecallHistory()