Searched defs:vt_sizes (Results 1 – 12 of 12) sorted by relevance
46 struct vt_sizes { struct47 unsigned short v_rows; /* number of rows */48 unsigned short v_cols; /* number of columns */49 unsigned short v_scrollsize; /* number of lines of scrollback */
101537 struct vt_sizes { struct101538 short unsigned int v_rows;101539 short unsigned int v_cols;101540 short unsigned int v_scrollsize;
97342 struct vt_sizes { struct97343 short unsigned int v_rows;97344 short unsigned int v_cols;97345 short unsigned int v_scrollsize;
39601 struct vt_sizes { struct39602 short unsigned int v_rows;39603 short unsigned int v_cols;39604 short unsigned int v_scrollsize;
91884 struct vt_sizes { struct91885 short unsigned int v_rows;91886 short unsigned int v_cols;91887 short unsigned int v_scrollsize;
109466 struct vt_sizes { struct109467 short unsigned int v_rows;109468 short unsigned int v_cols;109469 short unsigned int v_scrollsize;
81901 struct vt_sizes { struct81902 short unsigned int v_rows;81903 short unsigned int v_cols;81904 short unsigned int v_scrollsize;