Searched refs:h_clear (Results 1 – 1 of 1) sorted by relevance
109 history_vfun_t h_clear; /* Clear the history list */ in TYPE() local120 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev)624 h->h_clear = history_def_clear; in TYPE()729 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL || in history_set_fun()740 h->h_clear = history_def_clear; in history_set_fun()757 h->h_clear = nh->h_clear; in history_set_fun()1127 hf.h_clear = va_arg(va, history_vfun_t); in FUNW()