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

/freebsd-13-stable/stand/i386/libi386/
H A Dvbe.h137 #define TEXT_COLS (80) /* VGATEXT columns */ macro
H A Dvidconsole.c138 addr = row * TEXT_COLS + col;
158 *row = addr / TEXT_COLS;
159 *col = addr % TEXT_COLS;
175 if (p->tp_col == TEXT_COLS)
885 gfx_state.tg_tp.tp_col = TEXT_COLS;
H A Dvbe.c274 gfx_state.tg_fb.fb_width = TEXT_COLS;
565 gfx_state.tg_fb.fb_width = TEXT_COLS;
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c68 #define TEXT_COLS 80 macro
918 cols = TEXT_COLS;

Completed in 67 milliseconds