Home
last modified time | relevance | path

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

/external/libedit/src/
Dhist.h82 protected int hist_enlargebuf(EditLine *, size_t, size_t);
Dhist.c195 hist_enlargebuf(EditLine *el, size_t oldsz, size_t newsz) in hist_enlargebuf() function
Dchared.c573 if (!hist_enlargebuf(el, sz, newsz)) in ch_enlargebufs()