Searched defs:vc_state (Results 1 – 2 of 2) sorted by relevance
45 struct vc_state { struct46 unsigned int x, y;48 unsigned char color;50 unsigned char Gx_charset[2];51 unsigned int charset : 1;54 enum vc_intensity intensity;55 bool italic;56 bool underline;57 bool blink;58 bool reverse;[all …]
659 unsigned long *vc_state; in __idpf_wait_for_event() local