Home
last modified time | relevance | path

Searched refs:HIST_BSIZE (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)
49 #define HIST_BSIZE 4096 /* size of history file buffer */ macro
66 char histbuff[HIST_BSIZE+1]; /* history file buffer */ \
318 hp->histfp= sfnew(NIL(Sfio_t*),hp->histbuff,HIST_BSIZE,fd,SF_READ|SF_WRITE|SF_APPENDWR|SF_SHARE); in sh_histinit()
515 if(hist_new->histcnt > hist_new->histmarker+HIST_BSIZE/2) in hist_trim()
863 if(hp->histflush>HIST_MARKSZ && hp->histcnt > hp->histmarker+HIST_BSIZE/2) in hist_write()