Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c36 static int histload(Source *, unsigned char *, size_t);
748 lines = histload(hist_source, base + 2, (size_t)histfsize - 2); in hist_init()
831 histload(Source *s, unsigned char *base, size_t bytes) in histload() function
909 histload(hist_source, news, bytes); in writehistfile()