Home
last modified time | relevance | path

Searched refs:symhash (Results 1 – 4 of 4) sorted by relevance

/trunk/main/soltools/mkdepend/
H A Dparse.c49 struct symhash *symbols;
173 struct symhash *symbols;
229 struct symhash *symbols;
404 struct symhash **symbols;
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()
511 *symbols = (struct symhash *) malloc( sizeof( struct symhash ) );
554 struct symhash *symbols;
[all …]
H A Ddef.h122 struct symhash { struct
165 void define( char *def, struct symhash **symbols );
166 void hash_define(char *name, char * val, struct symhash **symbols);
167 struct symhash *hash_copy( struct symhash *symbols );
168 void hash_free( struct symhash *symbols );
172 struct IncludesCollection* incCollection, struct symhash *symbols);
179 struct IncludesCollection* incCollection, struct symhash *symbols);
H A Dmain.c118 struct symhash *maininclist = NULL;
451 struct symhash *includes;
H A Dpr.c49 struct symhash *symbols;

Completed in 24 milliseconds