Home
last modified time | relevance | path

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

/external/libedit/src/
Dhistedit.h295 typedef struct historyW HistoryW; typedef
297 HistoryW * history_winit(void);
298 void history_wend(HistoryW *);
300 int history_w(HistoryW *, HistEventW *, int, ...);
/external/libedit/examples/
Dwtc1.c114 HistoryW *hist; in main()