Searched defs:vc_state (Results 1 – 7 of 7) sorted by relevance
9874 struct vc_state { struct9875 unsigned int x;9876 unsigned int y;9877 unsigned char color;9878 unsigned char Gx_charset[2];9879 unsigned int charset: 1;9880 enum vc_intensity intensity;9881 bool italic;9882 bool underline;9883 bool blink;[all …]
93922 struct vc_state { struct93923 unsigned int x;93924 unsigned int y;93925 unsigned char color;93926 unsigned char Gx_charset[2];93927 unsigned int charset: 1;93928 enum vc_intensity intensity;93929 bool italic;93930 bool underline;93931 bool blink;[all …]
66980 struct vc_state { struct66981 unsigned int x;66982 unsigned int y;66983 unsigned char color;66984 unsigned char Gx_charset[2];66985 unsigned int charset: 1;66986 enum vc_intensity intensity;66987 bool italic;66988 bool underline;66989 bool blink;[all …]
25961 unsigned int vc_state; member