st_key
struct st_key *this;
struct st_key *this;
struct st_key *next;
struct st_key key_table[MAXKEYS];
struct st_key *extra_keys = key_table+HASHSIZE;
static inline struct st_key *hash_name(char *name)
static inline struct st_key *find_key(char *name)
struct st_key *this = hash_name(name);
static inline struct st_key *add_key(char *name, int value, int shift)
struct st_key *this = hash_name(name);