Lines Matching refs:bptr
626 char *bptr, *sptr;
629 bptr = buf;
635 *bptr++ = '\0';
642 bptr = buf;
645 *bptr++ = '\\';
648 *bptr++ = '\\';
649 *bptr++ = *sptr;
653 *bptr++ = *sptr;
655 *bptr = '\0';
773 if ((bptr - buf) > 0)\
774 if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS)\
776 bptr = buf;\
785 char *sptr, *bptr;
811 bptr = buf;
813 *bptr++ = par_tab[*sptr&0177];
814 (void) (*Write)(fn, buf, bptr - buf);
841 bptr = buf;
859 strcpy(bptr, phstr1);
860 bptr += strlen(bptr);
863 strcpy(bptr, phstr2);
864 bptr += strlen(bptr);
867 *bptr++ = 0;
870 *bptr++ = ' ';
873 *bptr++ = *sptr;
876 *bptr++ = '\\';
877 *bptr++ = *sptr;
927 *bptr++ = *sptr;
930 *bptr++ = '\r';
931 if ( (bptr - buf) > 0 )
932 (void) wrstr(fn, buf, bptr - buf, echocheck);