Home
last modified time | relevance | path

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

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