Searched refs:CONSOLE_COLS (Results 1 – 1 of 1) sorted by relevance
192 #define CONSOLE_COLS (VIDEO_COLS / VIDEO_FONT_WIDTH) macro587 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()[all …]