Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dhistory.c181 static int history_def_insert(history_t *, TYPE(HistEvent) *, const Char *);
493 history_def_insert(history_t *h, TYPE(HistEvent) *ev, const Char *str) in history_def_insert() function
531 if (history_def_insert(h, ev, str) == -1) in history_def_enter()