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

/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c45 #define HIST_MARKSZ 6 macro
513 char locbuff[HIST_MARKSZ];
515 sfwrite(hist_new->histfp,locbuff,HIST_MARKSZ);
516 hist_new->histcnt += HIST_MARKSZ;
631 count = 2+HIST_MARKSZ;
672 cp += (HIST_MARKSZ-1);
728 char buff[HIST_MARKSZ];
734 write(fd,buff,HIST_MARKSZ);
803 char saveptr[HIST_MARKSZ];
859 if(hp->histflush>HIST_MARKSZ
[all...]

Completed in 30 milliseconds