Lines Matching refs:bufptr
770 register char *bufptr = ((char*)buff)+insize; in hist_write() local
784 while(--bufptr >= (char*)buff) in hist_write()
786 c= *bufptr; in hist_write()
789 if(c=='\\' && *(bufptr+1)!='\n') in hist_write()
790 bufptr++; in hist_write()
795 if(++bufptr <= (char*)buff) in hist_write()
797 *bufptr++ = '\n'; in hist_write()
798 *bufptr++ = 0; in hist_write()
799 size = bufptr - (char*)buff; in hist_write()
826 *bufptr++ = 0; in hist_write()
833 memcpy((void*)saveptr,(void*)bufptr,HIST_MARKSZ); in hist_write()
836 hist_marker(bufptr,hp->histind); in hist_write()
843 memcpy((void*)bufptr,(void*)saveptr,HIST_MARKSZ); in hist_write()