Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c42 #define HIST_MAX (sizeof(int)*HIST_BSIZE) macro
335 off_t mark,size = (HIST_MAX/4)+maxlines*HIST_LINE; in sh_histinit()
363 if(hist_clean(fd) && hist_start>1 && hsize > HIST_MAX) in sh_histinit()