Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhistory.c111 history_sfun_t h_del; /* Set the given element */ in TYPE() local
126 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n)
630 h->h_del = history_def_del; in TYPE()
733 nh->h_del == NULL || nh->h_ref == NULL) { in history_set_fun()
746 h->h_del = history_def_del; in history_set_fun()
763 h->h_del = nh->h_del; in history_set_fun()
1133 hf.h_del = va_arg(va, history_sfun_t); in FUNW()