Lines Matching refs:CONSOLE_COLS
192 #define CONSOLE_COLS (VIDEO_COLS / VIDEO_FONT_WIDTH) macro
587 if (begin == 0 && (end + 1) == CONSOLE_COLS) { in console_clear_line()
635 console_clear_line(CONSOLE_ROWS - i, 0, CONSOLE_COLS - 1); in console_scrollup()
646 console_col = CONSOLE_COLS - 1; in console_back()
678 if (console_col >= CONSOLE_COLS) in console_cursor_fix()
679 console_col = CONSOLE_COLS - 1; in console_cursor_fix()
780 if (console_col >= CONSOLE_COLS) in parse_putc()
797 if (console_col >= CONSOLE_COLS) { in parse_putc()
980 CONSOLE_COLS-1); in cfb_video_putc()
986 0, CONSOLE_COLS-1); in cfb_video_putc()
2171 console_col = min(col, CONSOLE_COLS - 1); in video_position_cursor()
2192 return CONSOLE_COLS; in video_get_screen_columns()