Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c234 int histmask, maxlines, hist_start=0; in sh_histinit() local
339 if((hist_start = (last=(int)hp->histind)-maxlines) <=0) in sh_histinit()
340 hist_start = 1; in sh_histinit()
342 while(first > hist_start) in sh_histinit()
348 histinit = hist_start; in sh_histinit()
363 if(hist_clean(fd) && hist_start>1 && hsize > HIST_MAX) in sh_histinit()