Searched refs:st_key (Results 1 – 3 of 3) sorted by relevance
18 struct st_key { struct20 struct st_key *next; argument24 struct st_key key_table[MAXKEYS]; argument25 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()
53 struct st_key *this; in main()
54 struct st_key *this; in main()