Home
last modified time | relevance | path

Searched refs:hash_lookup (Results 1 – 1 of 1) sorted by path

/trunk/main/soltools/mkdepend/
H A Dparse.c30 char *hash_lookup( char *symbol, struct symhash *symbols );
87 if ((type == IFDEF && hash_lookup(line, symbols))
88 || (type == IFNDEF && !hash_lookup(line, symbols))) {
316 char *sym = hash_lookup(p, symbols);
325 sym = hash_lookup(p, symbols);
383 return hash_lookup( symbol, global_symbols );
552 char *hash_lookup( symbol, symbols ) in hash_lookup() function

Completed in 13 milliseconds