Lines Matching refs:CHARS
296 #define CHARS 190 /* # of chars in the font */
299 #define FONT_WIDTH (CHAR_WIDTH * CHARS) /* font width in pixels */
1781 * Display chars until the queue is empty.
1988 if ((chr - ' ') > (CHARS - 1)) {
3018 if ((CHARS/2 + CHARS%2) < max_chars_line)
3019 max_chars_line = CHARS/2 + CHARS%2;
3046 * because 2 chars are stored in a short in the PTOB loop
3052 if ((CHARS/2 + CHARS%2) < max_chars_line)
3054 max_chars_line = (CHARS/2 + CHARS%2) - max_chars_line; /* 95 - 64 */