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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c45 #define HIST_MARKSZ 6 macro
514 char locbuff[HIST_MARKSZ];
516 sfwrite(hist_new->histfp,locbuff,HIST_MARKSZ);
517 hist_new->histcnt += HIST_MARKSZ;
663 cp += (HIST_MARKSZ-1);
774 char saveptr[HIST_MARKSZ];
831 if(hp->histflush>HIST_MARKSZ && hp->histcnt > hp->histmarker+HIST_BSIZE/2)
833 memcpy((void*)saveptr,(void*)bufptr,HIST_MARKSZ);
835 hp->histcnt += HIST_MARKSZ;
838 size += HIST_MARKSZ;
[all...]

Completed in 57 milliseconds