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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.h70 unsigned int v_columns; /* characters */ member in struct:vc_info
H A Dvideo_console.c307 end = vinfo.v_columns-1;
315 end = vinfo.v_columns-1;
423 buffer_columns = vinfo.v_columns;
577 if (gc_x >= vinfo.v_columns) {
578 if (0 == vinfo.v_columns)
581 gc_x = vinfo.v_columns - 1;
647 for (xx = 0; xx < vinfo.v_columns; xx++)
780 if (gc_x >= vinfo.v_columns)
781 gc_x = vinfo.v_columns-1;
819 for (i = 0; i <= vinfo.v_columns;
[all...]

Completed in 26 milliseconds