Lines Matching defs:ev

117 #define	HNEXT(h, ev)		(*(h)->h_next)((h)->h_ref, ev)  argument
118 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument
119 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument
121 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument
122 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument
123 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument
124 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument
125 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument
126 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n) argument
251 history_def_first(void *p, TYPE(HistEvent) *ev) in history_def_first()
271 history_def_last(void *p, TYPE(HistEvent) *ev) in history_def_last()
291 history_def_next(void *p, TYPE(HistEvent) *ev) in history_def_next()
316 history_def_prev(void *p, TYPE(HistEvent) *ev) in history_def_prev()
342 history_def_curr(void *p, TYPE(HistEvent) *ev) in history_def_curr()
363 history_def_set(void *p, TYPE(HistEvent) *ev, const int n) in history_def_set()
390 history_set_nth(void *p, TYPE(HistEvent) *ev, int n) in history_set_nth()
414 history_def_add(void *p, TYPE(HistEvent) *ev, const Char *str) in history_def_add()
442 history_deldata_nth(history_t *h, TYPE(HistEvent) *ev, in history_deldata_nth()
464 history_def_del(void *p, TYPE(HistEvent) *ev __attribute__((__unused__)), in history_def_del()
482 history_def_delete(history_t *h, in history_def_delete()
505 history_def_insert(history_t *h, TYPE(HistEvent) *ev, const Char *str) in history_def_insert()
537 history_def_enter(void *p, TYPE(HistEvent) *ev, const Char *str) in history_def_enter()
564 history_def_init(void **p, TYPE(HistEvent) *ev __attribute__((__unused__)), int n) in history_def_init()
589 history_def_clear(void *p, TYPE(HistEvent) *ev) in history_def_clear()
656 history_setsize(TYPE(History) *h, TYPE(HistEvent) *ev, int num) in history_setsize()
676 history_getsize(TYPE(History) *h, TYPE(HistEvent) *ev) in history_getsize()
695 history_setunique(TYPE(History) *h, TYPE(HistEvent) *ev, int uni) in history_setunique()
711 history_getunique(TYPE(History) *h, TYPE(HistEvent) *ev) in history_getunique()
911 history_prev_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) in history_prev_event()
925 history_next_evdata(TYPE(History) *h, TYPE(HistEvent) *ev, int num, void **d) in history_next_evdata()
945 history_next_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) in history_next_event()
962 history_prev_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) in history_prev_string()
980 history_next_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) in history_next_string()