Searched refs:st_key (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/accessibility/speakup/
H A Dutils.h18 struct st_key { struct
20 struct st_key *next;
24 struct st_key key_table[MAXKEYS];
25 struct st_key *extra_keys = key_table+HASHSIZE;
55 static inline struct st_key *hash_name(char *name)
71 static inline struct st_key *find_key(char *name)
73 struct st_key *this = hash_name(name);
83 static inline struct st_key *add_key(char *name, int value, int shift)
85 struct st_key *this = hash_name(name);
H A Dmakemapdata.c53 struct st_key *this;
H A Dgenmap.c54 struct st_key *this;

Completed in 194 milliseconds