Lines Matching refs:bptr
618 char *bptr, *sptr; local
621 bptr = buf;
627 *bptr++ = '\0';
634 bptr = buf;
637 *bptr++ = '\\';
640 *bptr++ = '\\';
641 *bptr++ = *sptr;
645 *bptr++ = *sptr;
647 *bptr = '\0';
765 if ((bptr - buf) > 0)\
766 if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS)\
768 bptr = buf;\
777 char *sptr, *bptr; local
803 bptr = buf;
805 *bptr++ = par_tab[*sptr&0177];
806 (void) (*Write)(fn, buf, bptr - buf);
833 bptr = buf;
851 strcpy(bptr, phstr1);
852 bptr += strlen(bptr);
855 strcpy(bptr, phstr2);
856 bptr += strlen(bptr);
859 *bptr++ = 0;
862 *bptr++ = ' ';
865 *bptr++ = *sptr;
868 *bptr++ = '\\';
869 *bptr++ = *sptr;
919 *bptr++ = *sptr;
922 *bptr++ = '\r';
923 if ( (bptr - buf) > 0 )
924 (void) wrstr(fn, buf, bptr - buf, echocheck);