HomeSort by: relevance | last modified time | path
    Searched defs:h_del (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
history.c 109 history_sfun_t h_del; /* Set the given element */ local in function:TYPE
124 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n)
628 h->h_del = history_def_del;
731 nh->h_del == NULL || nh->h_ref == NULL) {
744 h->h_del = history_def_del;
761 h->h_del = nh->h_del;
1030 case H_DEL:
1133 hf.h_del = va_arg(va, history_sfun_t);
history.c 109 history_sfun_t h_del; /* Set the given element */ local in function:TYPE
124 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n)
628 h->h_del = history_def_del;
731 nh->h_del == NULL || nh->h_ref == NULL) {
744 h->h_del = history_def_del;
761 h->h_del = nh->h_del;
1030 case H_DEL:
1133 hf.h_del = va_arg(va, history_sfun_t);

Completed in 25 milliseconds