Lines Matching defs:History_t
43 } History_t;
60 extern void hist_cancel(History_t*);
61 extern void hist_close(History_t*);
63 extern void hist_eof(History_t*);
64 extern Histloc_t hist_find(History_t*,char*,int, int, int);
65 extern void hist_flush(History_t*);
66 extern void hist_list(History_t*,Sfio_t*, off_t, int, char*);
67 extern int hist_match(History_t*,off_t, char*, int*);
68 extern off_t hist_tell(History_t*,int);
69 extern off_t hist_seek(History_t*,int);
72 extern Histloc_t hist_locate(History_t*,int, int, int);