Home
last modified time | relevance | path

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

/netbsd-src/lib/libedit/
H A Dhistedit.h293 typedef struct historyW HistoryW; typedef
295 HistoryW * history_winit(void);
296 void history_wend(HistoryW *);
298 int history_w(HistoryW *, HistEventW *, int, ...);
/netbsd-src/lib/libedit/TEST/
H A Dwtc1.c114 HistoryW *hist; in main()