Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c45 #define HIST_MARKSZ 6 macro
517 char locbuff[HIST_MARKSZ]; in hist_trim()
519 sfwrite(hist_new->histfp,locbuff,HIST_MARKSZ); in hist_trim()
520 hist_new->histcnt += HIST_MARKSZ; in hist_trim()
635 count = 2+HIST_MARKSZ; in hist_eof()
676 cp += (HIST_MARKSZ-1); in hist_eof()
732 char buff[HIST_MARKSZ]; in hist_eof()
738 write(fd,buff,HIST_MARKSZ); in hist_eof()
807 char saveptr[HIST_MARKSZ]; in hist_write()
867 hp->histcnt += HIST_MARKSZ; in hist_write()
[all …]