Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhistory.c177 static int history_def_next(void *, TYPE(HistEvent) *);
291 history_def_next(void *p, TYPE(HistEvent) *ev) in history_def_next() function
621 h->h_next = history_def_next; in TYPE()
644 if (h->h_next == history_def_next) in FUN()
659 if (h->h_next != history_def_next) { in history_setsize()
678 if (h->h_next != history_def_next) { in history_getsize()
698 if (h->h_next != history_def_next) { in history_setunique()
713 if (h->h_next != history_def_next) { in history_getunique()
734 if (h->h_next != history_def_next) { in history_set_fun()
738 h->h_next = history_def_next; in history_set_fun()
[all …]