Lines Matching defs:num_chars
35 unsigned int num_chars = linedisp->num_chars;
38 for (i = 0; i < num_chars;) {
40 for (; i < num_chars && ch < linedisp->message_len; i++, ch++)
55 if (linedisp->message_len > num_chars && linedisp->scroll_rate)
91 memset(linedisp->buf, ' ', linedisp->num_chars);
173 if (linedisp->message && linedisp->message_len > linedisp->num_chars) {
199 * @num_chars: the number of characters that can be displayed
200 * @buf: pointer to a buffer that can hold @num_chars characters
206 unsigned int num_chars, char *buf,
217 linedisp->num_chars = num_chars;