Searched refs:KeyCode (Results 1 – 2 of 2) sorted by relevance
5 typedef unsigned char KeyCode; typedef
191 %type <num> KeyCode390 KeyNameDecl : KEYNAME EQUALS KeyCode SEMI754 KeyCode : INTEGER { $$ = $1; }