Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:hash_entry

323 struct hash_entry
325 struct hash_entry *prev, *next;
331 typedef struct hash_entry **hash_table;
337 extern struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
338 extern struct hash_entry *sctbl[START_COND_HASH_SIZE];
339 extern struct hash_entry *ccltab[CCL_HASH_SIZE];
1008 extern struct hash_entry *findsym PROTO((register char[], hash_table, int ));