Home | History | Annotate | Download | only in include

Lines Matching defs:History

38  * histedit.h: Line editor and history interface.
183 * ==== History ====
186 typedef struct history History;
194 * History access functions.
196 History * history_init(void);
197 void history_end(History *);
199 int history(History *, HistEvent *, int, ...);
288 * ==== History ====