Searched refs:h_del (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c75 history_sfun_t h_del; /* Set the given element */ local
90 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n)
587 h->h_del = history_def_del;
690 nh->h_del == NULL || nh->h_ref == NULL) {
702 h->h_del = history_def_del;
719 h->h_del = nh->h_del;
1047 hf.h_del = va_arg(va, history_sfun_t);
/macosx-10.10/libedit-40/src/
H A Dhistory.c75 history_sfun_t h_del; /* Set the given element */ local
90 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n)
590 h->h_del = history_def_del;
693 nh->h_del == NULL || nh->h_ref == NULL) {
706 h->h_del = history_def_del;
723 h->h_del = nh->h_del;
1095 hf.h_del = va_arg(va, history_sfun_t);

Completed in 80 milliseconds