Searched refs:h_clear (Results 1 – 1 of 1) sorted by relevance
110 history_vfun_t h_clear; /* Clear the history list */ in TYPE() local121 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev)625 h->h_clear = history_def_clear; in TYPE()730 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL || in history_set_fun()741 h->h_clear = history_def_clear; in history_set_fun()758 h->h_clear = nh->h_clear; in history_set_fun()1130 hf.h_clear = va_arg(va, history_vfun_t); in history()