Lines Matching refs:symhash
30 char *hash_lookup( char *symbol, struct symhash *symbols );
31 void hash_undefine( char *symbol, struct symhash *symbols );
33 struct inclist *file_red, struct symhash *symbols );
36 int parse_it, struct symhash *symbols);
38 register struct inclist *file_red, register struct symhash *symbols);
41 extern struct symhash *maininclist;
49 struct symhash *symbols;
173 struct symhash *symbols;
229 struct symhash *symbols;
373 struct symhash *global_symbols = NULL;
388 register struct symhash *symbols;
399 struct symhash **symbols;
433 struct symhash *hash_copy( symbols ) in hash_copy()
434 struct symhash *symbols; in hash_copy()
437 struct symhash *newsym;
441 newsym = (struct symhash *) malloc( sizeof( struct symhash ) );
470 struct symhash *symbols; in hash_free()
493 struct symhash **symbols;
506 *symbols = (struct symhash *) malloc( sizeof( struct symhash ) );
549 struct symhash *symbols;
570 struct symhash *symbols;