Searched refs:hist_start (Results 1 – 2 of 2) sorted by relevance
235 int histmask, maxlines, hist_start=0; in sh_histinit() local339 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()
234 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()