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

/freebsd-12-stable/contrib/libedit/
H A Dhistory.c107 history_sfun_t h_set; /* Set the current element */ local
119 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n)
623 h->h_set = history_def_set;
728 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
739 h->h_set = history_def_set;
756 h->h_set = nh->h_set;
1126 hf.h_set = va_arg(va, history_sfun_t);

Completed in 109 milliseconds