Lines Matching refs:bptr
103 char *bptr, *lptr, *vis_user; in print_mesg() local
140 bptr = big_buf; in print_mesg()
141 *bptr++ = '\007'; /* send something to wake them up */ in print_mesg()
142 *bptr++ = '\r'; /* add a \r in case of raw mode */ in print_mesg()
143 *bptr++ = '\n'; in print_mesg()
148 *(bptr++) = *(lptr++); in print_mesg()
151 *(bptr++) = ' '; in print_mesg()
152 *(bptr++) = '\r'; /* add a \r in case of raw mode */ in print_mesg()
153 *(bptr++) = '\n'; in print_mesg()
155 *bptr = '\0'; in print_mesg()
157 iovec.iov_len = bptr - big_buf; in print_mesg()