Lines Matching defs:written
82 * will accept for queuing to be written. This number is subject
175 int written;
200 written = sclp_write(sclp_ttybuf, str, count);
201 overall_written += written;
202 if (written == count)
205 * Not all characters could be written to the current
214 str += written;
215 count -= written;
250 * sclp_write() without final '\n' - will be written.
264 * This routine is called by the kernel after it has written a series of
279 * in the SCCB (will be written next time the SCLP is not busy) as well as
280 * characters in the write buffer (will not be written as long as there is a