Searched defs:vt_consize (Results 1 – 12 of 12) 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 */
35605 struct vt_consize { struct35606 short unsigned int v_rows;35607 short unsigned int v_cols;35608 short unsigned int v_vlin;35609 short unsigned int v_clin;35610 short unsigned int v_vcol;35611 short unsigned int v_ccol;
97348 struct vt_consize { struct97349 short unsigned int v_rows;97350 short unsigned int v_cols;97351 short unsigned int v_vlin;97352 short unsigned int v_clin;97353 short unsigned int v_vcol;97354 short unsigned int v_ccol;
39607 struct vt_consize { struct39608 short unsigned int v_rows;39609 short unsigned int v_cols;39610 short unsigned int v_vlin;39611 short unsigned int v_clin;39612 short unsigned int v_vcol;39613 short unsigned int v_ccol;
91890 struct vt_consize { struct91891 short unsigned int v_rows;91892 short unsigned int v_cols;91893 short unsigned int v_vlin;91894 short unsigned int v_clin;91895 short unsigned int v_vcol;91896 short unsigned int v_ccol;
81907 struct vt_consize { struct81908 short unsigned int v_rows;81909 short unsigned int v_cols;81910 short unsigned int v_vlin;81911 short unsigned int v_clin;81912 short unsigned int v_vcol;81913 short unsigned int v_ccol;
109472 struct vt_consize { struct109473 short unsigned int v_rows;109474 short unsigned int v_cols;109475 short unsigned int v_vlin;109476 short unsigned int v_clin;109477 short unsigned int v_vcol;109478 short unsigned int v_ccol;