Lines Matching defs:sclp_ttybuf
46 static struct sclp_buffer *sclp_ttybuf;
98 if (sclp_ttybuf != NULL)
99 count = sclp_buffer_space(sclp_ttybuf) / sizeof(struct msg_buf);
159 buf = sclp_ttybuf;
160 sclp_ttybuf = NULL;
185 if (sclp_ttybuf == NULL) {
196 sclp_ttybuf = sclp_make_buffer(page, SCLP_TTY_COLUMNS,
200 written = sclp_write(sclp_ttybuf, str, count);
209 buf = sclp_ttybuf;
210 sclp_ttybuf = NULL;
218 if (sclp_ttybuf && sclp_chars_in_buffer(sclp_ttybuf) &&
291 if (sclp_ttybuf != NULL)
292 count = sclp_chars_in_buffer(sclp_ttybuf);
525 sclp_ttybuf = NULL;