Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libedit/
HDhist.h59 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
78 libedit_private wchar_t *hist_convert(EditLine *, int, void *);
HDhist.c245 hist_convert(EditLine *el, int fn, void *arg) in hist_convert() function