Searched refs:hash_lookup (Results 1 – 1 of 1) sorted by relevance
30 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 7 milliseconds