Lines Matching refs:bptr
97 char *bptr, *lptr, *vis_user; in print_mesg() local
133 bptr = big_buf; in print_mesg()
134 *bptr++ = '\007'; /* send something to wake them up */ in print_mesg()
135 *bptr++ = '\r'; /* add a \r in case of raw mode */ in print_mesg()
136 *bptr++ = '\n'; in print_mesg()
141 *(bptr++) = *(lptr++); in print_mesg()
144 *(bptr++) = ' '; in print_mesg()
145 *(bptr++) = '\r'; /* add a \r in case of raw mode */ in print_mesg()
146 *(bptr++) = '\n'; in print_mesg()
148 *bptr = '\0'; in print_mesg()
150 iovec.iov_len = bptr - big_buf; in print_mesg()