Home
last modified time | relevance | path

Searched refs:TEXT_COLS (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/i386/libi386/
H A Dvidconsole.c134 addr = row * TEXT_COLS + col; in vidc_text_set_cursor()
154 *row = addr / TEXT_COLS; in vidc_text_get_cursor()
155 *col = addr % TEXT_COLS; in vidc_text_get_cursor()
171 if (p->tp_col == TEXT_COLS) in vidc_text_cursor()
891 gfx_state.tg_tp.tp_col = TEXT_COLS; in cons_update_mode()
H A Dvbe.h137 #define TEXT_COLS (80) /* VGATEXT columns */ macro
H A Dvbe.c276 gfx_state.tg_fb.fb_width = TEXT_COLS; in bios_set_text_mode()
567 gfx_state.tg_fb.fb_width = TEXT_COLS; in vbe_init()
/freebsd/stand/efi/libefi/
H A Defi_console.c67 #define TEXT_COLS 80 macro
944 cols = TEXT_COLS; in cons_update_mode()