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

/osnet-11/usr/src/lib/libshell/common/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);
511 if(hist_new->histcnt > hist_new->histmarker+HIST_BSIZE/2)
859 if(hp->histflush>HIST_MARKSZ && hp->histcnt > hp->histmarker+HIST_BSIZE/2)

Completed in 17 milliseconds