Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhistory.c193 static int history_set_nth(void *, TYPE(HistEvent) *, int);
390 history_set_nth(void *p, TYPE(HistEvent) *ev, int n) in history_set_nth() function
445 if (history_set_nth(h, ev, num) != 0) in history_deldata_nth()