Lines Matching defs:sclp_ttybuf
46 static struct sclp_buffer *sclp_ttybuf;
99 if (sclp_ttybuf != NULL)
100 count = sclp_buffer_space(sclp_ttybuf) / sizeof(struct msg_buf);
160 buf = sclp_ttybuf;
161 sclp_ttybuf = NULL;
186 if (sclp_ttybuf == NULL) {
197 sclp_ttybuf = sclp_make_buffer(page, sclp_tty_columns,
201 written = sclp_write(sclp_ttybuf, str, count);
210 buf = sclp_ttybuf;
211 sclp_ttybuf = NULL;
219 if (sclp_ttybuf && sclp_chars_in_buffer(sclp_ttybuf) &&
294 if (sclp_ttybuf != NULL)
295 count = sclp_chars_in_buffer(sclp_ttybuf);
532 sclp_ttybuf = NULL;