Home
last modified time | relevance | path

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

/external/libedit/src/
Dhist.h62 (((el)->el_flags & NARROW_HISTORY) ? hist_convert(el, fn, arg) : \
84 protected wchar_t *hist_convert(EditLine *, int, void *);
Dhist.c215 hist_convert(EditLine *el, int fn, void *arg) in hist_convert() function