Lines Matching refs:CONSOLE_COLS
191 #define CONSOLE_COLS (VIDEO_COLS / VIDEO_FONT_WIDTH) macro
586 if (begin == 0 && (end + 1) == CONSOLE_COLS) { in console_clear_line()
634 console_clear_line(CONSOLE_ROWS - i, 0, CONSOLE_COLS - 1); in console_scrollup()
645 console_col = CONSOLE_COLS - 1; in console_back()
677 if (console_col >= CONSOLE_COLS) in console_cursor_fix()
678 console_col = CONSOLE_COLS - 1; in console_cursor_fix()
779 if (console_col >= CONSOLE_COLS) in parse_putc()
796 if (console_col >= CONSOLE_COLS) { in parse_putc()
979 CONSOLE_COLS-1); in cfb_video_putc()
985 0, CONSOLE_COLS-1); in cfb_video_putc()
2187 console_col = min(col, CONSOLE_COLS - 1); in video_position_cursor()
2208 return CONSOLE_COLS; in video_get_screen_columns()