Searched refs:CONSOLE_COLS (Results 1 – 1 of 1) sorted by relevance
190 #define CONSOLE_COLS (VIDEO_COLS / VIDEO_FONT_WIDTH) macro585 if (begin == 0 && (end + 1) == CONSOLE_COLS) { in console_clear_line()633 console_clear_line(CONSOLE_ROWS - i, 0, CONSOLE_COLS - 1); in console_scrollup()644 console_col = CONSOLE_COLS - 1; in console_back()676 if (console_col >= CONSOLE_COLS) in console_cursor_fix()677 console_col = CONSOLE_COLS - 1; in console_cursor_fix()778 if (console_col >= CONSOLE_COLS) in parse_putc()795 if (console_col >= CONSOLE_COLS) { in parse_putc()978 CONSOLE_COLS-1); in cfb_video_putc()984 0, CONSOLE_COLS-1); in cfb_video_putc()[all …]