Lines Matching defs:rdbuf
42 struct idal_buffer *rdbuf; /* full-screen-deactivate buffer */
127 raw3270_request_set_idal(fp->init, fp->rdbuf);
129 cp = fp->rdbuf->data[0];
167 fp->rdbuf->data[0] -= 5;
168 fp->rdbuf->size += 5;
171 * If the rdbuf command failed or the idal buffer is
173 * rdbuf command, then we have no choice but to send
181 fp->rdbuf_size = fp->rdbuf->size - rq->rescnt;
205 fp->rdbuf->data[0] += 5;
206 fp->rdbuf->size -= 5;
207 raw3270_request_set_idal(fp->init, fp->rdbuf);
393 if (fp->rdbuf)
394 idal_buffer_free(fp->rdbuf);
475 fp->rdbuf = ib;