Lines Matching refs:bptr
424 char *bptr, *sptr; in expect() local
427 bptr = buf; in expect()
433 *bptr++ = '\0'; in expect()
440 bptr = buf; in expect()
443 *bptr++ = '\\'; in expect()
446 *bptr++ = '\\'; in expect()
447 *bptr++ = *sptr; in expect()
451 *bptr++ = *sptr; in expect()
453 *bptr = '\0'; in expect()
570 if ((bptr - buf) > 0) \
571 if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS) \
573 bptr = buf; \
580 char *sptr, *bptr; in sendthem() local
604 bptr = buf; in sendthem()
626 (void) strcpy(bptr, phstr1); in sendthem()
627 bptr += strlen(bptr); in sendthem()
630 (void) strcpy(bptr, phstr2); in sendthem()
631 bptr += strlen(bptr); in sendthem()
634 *bptr++ = 0; in sendthem()
637 *bptr++ = ' '; in sendthem()
640 *bptr++ = *sptr; in sendthem()
643 *bptr++ = '\\'; in sendthem()
644 *bptr++ = *sptr; in sendthem()
698 *bptr++ = *sptr; in sendthem()
701 *bptr++ = '\r'; in sendthem()
702 if ((bptr - buf) > 0) in sendthem()
703 (void) wrstr(fn, buf, bptr - buf, echocheck); in sendthem()