Searched defs:vt_sizes (Results 1 – 8 of 8) 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 */
96002 struct vt_sizes { struct96003 short unsigned int v_rows;96004 short unsigned int v_cols;96005 short unsigned int v_scrollsize;
65598 struct vt_sizes { struct65599 short unsigned int v_rows;65600 short unsigned int v_cols;65601 short unsigned int v_scrollsize;
78835 struct vt_sizes { struct78836 short unsigned int v_rows;78837 short unsigned int v_cols;78838 short unsigned int v_scrollsize;
67491 struct vt_sizes { struct67492 short unsigned int v_rows;67493 short unsigned int v_cols;67494 short unsigned int v_scrollsize;