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;
378 struct symhash *global_symbols = NULL;
393 register struct symhash *symbols;
404 struct symhash **symbols;
438 struct symhash *hash_copy( symbols ) in hash_copy()
439 struct symhash *symbols; in hash_copy()
442 struct symhash *newsym;
446 newsym = (struct symhash *) malloc( sizeof( struct symhash ) );
475 struct symhash *symbols; in hash_free()
498 struct symhash **symbols;
511 *symbols = (struct symhash *) malloc( sizeof( struct symhash ) );
554 struct symhash *symbols;
575 struct symhash *symbols;