Lines Matching refs:bptr
101 char *bptr, *lptr, *vis_user; in print_mesg() local
138 bptr = big_buf; in print_mesg()
139 *bptr++ = '\007'; /* send something to wake them up */ in print_mesg()
140 *bptr++ = '\r'; /* add a \r in case of raw mode */ in print_mesg()
141 *bptr++ = '\n'; in print_mesg()
146 *(bptr++) = *(lptr++); in print_mesg()
149 *(bptr++) = ' '; in print_mesg()
150 *(bptr++) = '\r'; /* add a \r in case of raw mode */ in print_mesg()
151 *(bptr++) = '\n'; in print_mesg()
153 *bptr = '\0'; in print_mesg()
155 iovec.iov_len = bptr - big_buf; in print_mesg()