Home | History | Annotate | Download | only in libedit

Lines Matching defs:History

38  * histedit.h: Line editor and history interface.
187 * ==== History ====
190 typedef struct history History;
198 * History access functions.
200 History * history_init(void);
201 void history_end(History *);
203 int history(History *, HistEvent *, int, ...);
286 * ==== History ====