Home
last modified time | relevance | path

Searched refs:HistEventW (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libedit/
H A Dhist.h43 typedef int (*hist_fun_t)(void *, HistEventW *, int, ...);
52 HistEventW ev; /* Event cookie */
H A Dhistedit.h291 } HistEventW; typedef
298 int history_w(HistoryW *, HistEventW *, int, ...);
H A Dhist.c171 HistEventW ev; in hist_command()
247 HistEventW ev; in hist_convert()
/freebsd/contrib/libedit/TEST/
H A Dwtc1.c115 HistEventW ev; in main()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp64 #define HistEventW HistEvent macro
292 HistEventW m_event;
462 HistEventW history_event; in RecallHistory()