Searched refs:hist_trim (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c110 static History_t* hist_trim(History_t*, int);
365 sfprintf(sfstderr,"%d: hist_trim hsize=%d\n",getpid(),hsize);
368 hp = hist_trim(hp,(int)hp->histind-maxlines);
458 static History_t* hist_trim(History_t *hp, int n) function

Completed in 16 milliseconds