Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhistory.c174 static int history_def_next(void *, TYPE(HistEvent) *);
288 history_def_next(void *p, TYPE(HistEvent) *ev) in history_def_next() function
618 h->h_next = history_def_next; in TYPE()
641 if (h->h_next == history_def_next) in FUN()
656 if (h->h_next != history_def_next) { in history_setsize()
675 if (h->h_next != history_def_next) { in history_getsize()
695 if (h->h_next != history_def_next) { in history_setunique()
710 if (h->h_next != history_def_next) { in history_getunique()
731 if (h->h_next != history_def_next) { in history_set_fun()
735 h->h_next = history_def_next; in history_set_fun()
[all …]