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

/freebsd-10.2-release/lib/libedit/
H A Dhistory.c140 private int history_def_set(ptr_t, HistEvent *, const int);
316 /* history_def_set():
321 history_def_set(ptr_t p, HistEvent *ev, const int n) function
423 if (history_def_set(h, ev, num) != 0)
578 h->h_set = history_def_set;
693 h->h_set = history_def_set;

Completed in 42 milliseconds