Home
last modified time | relevance | path

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

/external/libedit/src/
Dhistory.c75 history_sfun_t h_del; /* Set the given element */ in TYPE() local
90 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n)
590 h->h_del = history_def_del; in TYPE()
693 nh->h_del == NULL || nh->h_ref == NULL) { in history_set_fun()
706 h->h_del = history_def_del; in history_set_fun()
723 h->h_del = nh->h_del; in history_set_fun()
1053 hf.h_del = va_arg(va, history_sfun_t); in FUNW()