Lines Matching defs:rdbuf
41 struct idal_buffer *rdbuf; /* full-screen-deactivate buffer */
138 raw3270_request_set_idal(fp->init, fp->rdbuf);
140 cp = fp->rdbuf->data[0];
171 fp->rdbuf->data[0] -= 5;
172 fp->rdbuf->size += 5;
175 * If the rdbuf command failed or the idal buffer is
177 * rdbuf command, then we have no choice but to send
185 fp->rdbuf_size = fp->rdbuf->size - rq->rescnt;
209 fp->rdbuf->data[0] += 5;
210 fp->rdbuf->size -= 5;
211 raw3270_request_set_idal(fp->init, fp->rdbuf);
398 if (fp->rdbuf)
399 idal_buffer_free(fp->rdbuf);
481 fp->rdbuf = ib;