Lines Matching +defs:code +defs:h

112 #define	HNEXT(h, ev)		(*(h)->h_next)((h)->h_ref, ev)  argument
113 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument
114 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument
115 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument
116 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument
117 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument
118 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument
119 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument
120 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument
121 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n) argument
196 #define he_strerror(code) he_errlist[code] argument
197 #define he_seterrev(evp, code) {\ argument
245 history_t *h = (history_t *) p; in history_def_first() local
265 history_t *h = (history_t *) p; in history_def_last() local
285 history_t *h = (history_t *) p; in history_def_next() local
310 history_t *h = (history_t *) p; in history_def_prev() local
336 history_t *h = (history_t *) p; in history_def_curr() local
357 history_t *h = (history_t *) p; in history_def_set() local
384 history_t *h = (history_t *) p; in history_set_nth() local
408 history_t *h = (history_t *) p; in history_def_add() local
432 history_deldata_nth(history_t *h, TYPE(HistEvent) *ev, in history_deldata_nth()
456 history_t *h = (history_t *) p; in history_def_del() local
470 history_def_delete(history_t *h, in history_def_delete()
493 history_def_insert(history_t *h, TYPE(HistEvent) *ev, const Char *str) in history_def_insert()
525 history_t *h = (history_t *) p; in history_def_enter() local
551 history_t *h = (history_t *) malloc(sizeof(history_t)); in history_def_init() local
576 history_t *h = (history_t *) p; in history_def_clear() local
640 history_setsize(TYPE(History) *h, TYPE(HistEvent) *ev, int num) in history_setsize()
660 history_getsize(TYPE(History) *h, TYPE(HistEvent) *ev) in history_getsize()
679 history_setunique(TYPE(History) *h, TYPE(HistEvent) *ev, int uni) in history_setunique()
695 history_getunique(TYPE(History) *h, TYPE(HistEvent) *ev) in history_getunique()
710 history_set_fun(TYPE(History) *h, TYPE(History) *nh) in history_set_fun()
756 history_load(TYPE(History) *h, const char *fname) in history_load()
816 history_save_fp(TYPE(History) *h, FILE *fp) in history_save_fp()
862 history_save(TYPE(History) *h, const char *fname) in history_save()
881 history_prev_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) in history_prev_event()
895 history_next_evdata(TYPE(History) *h, TYPE(HistEvent) *ev, int num, void **d) in history_next_evdata()
915 history_next_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) in history_next_event()
932 history_prev_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) in history_prev_string()
950 history_next_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) in history_next_string()