Home
last modified time | relevance | path

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

/netbsd-src/lib/libedit/
H A Dhist.h59 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
78 libedit_private wchar_t *hist_convert(EditLine *, int, void *);
H A Dhist.c245 hist_convert(EditLine *el, int fn, void *arg) in hist_convert() function