Home
last modified time | relevance | path

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

/external/libedit/src/
Dhistory.c139 private int history_def_next(void *, TYPE(HistEvent) *);
253 history_def_next(void *p, TYPE(HistEvent) *ev) in history_def_next() function
581 h->h_next = history_def_next; in TYPE()
604 if (h->h_next == history_def_next) in FUN()
619 if (h->h_next != history_def_next) { in history_setsize()
638 if (h->h_next != history_def_next) { in history_getsize()
658 if (h->h_next != history_def_next) { in history_setunique()
673 if (h->h_next != history_def_next) { in history_getunique()
694 if (h->h_next != history_def_next) { in history_set_fun()
698 h->h_next = history_def_next; in history_set_fun()
[all …]