Searched refs:symhash (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/soltools/mkdepend/ |
| H A D | parse.c | 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; [all …]
|
| H A D | def.h | 121 struct symhash { struct 164 void define( char *def, struct symhash **symbols ); 165 void hash_define(char *name, char * val, struct symhash **symbols); 166 struct symhash *hash_copy( struct symhash *symbols ); 167 void hash_free( struct symhash *symbols ); 171 struct IncludesCollection* incCollection, struct symhash *symbols); 178 struct IncludesCollection* incCollection, struct symhash *symbols);
|
| H A D | main.c | 118 struct symhash *maininclist = NULL; 451 struct symhash *includes;
|
| H A D | pr.c | 49 struct symhash *symbols;
|