Searched defs:vt_consize (Results 1 – 8 of 8) sorted by relevance
53 struct vt_consize { struct54 unsigned short v_rows; /* number of rows */55 unsigned short v_cols; /* number of columns */56 unsigned short v_vlin; /* number of pixel rows on screen */57 unsigned short v_clin; /* number of pixel rows per character */58 unsigned short v_vcol; /* number of pixel columns on screen */59 unsigned short v_ccol; /* number of pixel columns per character */
65604 struct vt_consize { struct65605 short unsigned int v_rows;65606 short unsigned int v_cols;65607 short unsigned int v_vlin;65608 short unsigned int v_clin;65609 short unsigned int v_vcol;65610 short unsigned int v_ccol;
96008 struct vt_consize { struct96009 short unsigned int v_rows;96010 short unsigned int v_cols;96011 short unsigned int v_vlin;96012 short unsigned int v_clin;96013 short unsigned int v_vcol;96014 short unsigned int v_ccol;
78841 struct vt_consize { struct78842 short unsigned int v_rows;78843 short unsigned int v_cols;78844 short unsigned int v_vlin;78845 short unsigned int v_clin;78846 short unsigned int v_vcol;78847 short unsigned int v_ccol;
67497 struct vt_consize { struct67498 short unsigned int v_rows;67499 short unsigned int v_cols;67500 short unsigned int v_vlin;67501 short unsigned int v_clin;67502 short unsigned int v_vcol;67503 short unsigned int v_ccol;