Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c113 static int hist_clean(int);
363 if(hist_clean(fd) && hist_start>1 && hsize > HIST_MAX) in sh_histinit()
449 static int hist_clean(int fd) in hist_clean() function