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

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/i386/
H A Dtext_console.c42 typedef short csrpos_t; /* cursor position, ONE_SPACE bytes per char */
44 #define ONE_SPACE 2 /* bytes per character */ macro
45 #define ONE_LINE (vga_cols * ONE_SPACE) /* number of bytes in line */
76 #define XY_TO_CSRPOS(x, y) (((y) * vga_cols + (x)) * ONE_SPACE)
151 curpos = newpos / ONE_SPACE;
227 size = ( ONE_PAGE - ( ONE_LINE * lines ) ) / ONE_SPACE;
232 size = ( ONE_LINE * lines ) / ONE_SPACE;
250 to = ONE_PAGE - ONE_SPACE;
251 from = ONE_PAGE - ( ONE_LINE * lines ) - ONE_SPACE;
252 size = ( ONE_PAGE - ( ONE_LINE * lines ) ) / ONE_SPACE;
[all...]

Completed in 18 milliseconds