Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhistory.c110 history_sfun_t h_set; /* Set the current element */ in TYPE() local
122 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n)
626 h->h_set = history_def_set; in TYPE()
731 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL || in history_set_fun()
742 h->h_set = history_def_set; in history_set_fun()
759 h->h_set = nh->h_set; in history_set_fun()
1129 hf.h_set = va_arg(va, history_sfun_t); in FUNW()