Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhistory.c179 static int history_def_set(void *, TYPE(HistEvent) *, const int);
360 history_def_set(void *p, TYPE(HistEvent) *ev, const int n) in history_def_set() function
465 if (history_def_set(h, ev, num) != 0) in history_def_del()
623 h->h_set = history_def_set; in TYPE()
739 h->h_set = history_def_set; in history_set_fun()
/freebsd/contrib/tnftp/
H A DChangeLog1026 * history_def_set has a `const int' as a third arg, not an