Home
last modified time | relevance | path

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

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