Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c44 static int hist_shrink(unsigned char *, int);
762 if (hist_shrink(base, hsize)) in hist_init()
831 hist_shrink(unsigned char *oldbase, int oldbytes) in hist_shrink() function