Searched refs:macro_hash (Results 1 – 4 of 4) sorted by relevance
47 struct hash_control *macro_hash; variable79 macro_hash = hash_new (); in macro_init()711 if (hash_find (macro_hash, macro->name)) in define_macro()714 error = hash_jam (macro_hash, macro->name, (void *) macro); in define_macro()1259 macro = (macro_entry *) hash_find (macro_hash, copy); in check_macro()1299 if ((macro = (macro_entry *) hash_find (macro_hash, copy)) != NULL) in delete_macro()1301 hash_jam (macro_hash, copy, NULL); in delete_macro()
82 extern struct hash_control *macro_hash;
2421 * macro.c (macro_hash): Remove static.2422 * macro.h (macro_hash): Provide an external declaration.2464 * macro.c (macro_hash): Make static.
110 extern struct hash_control *macro_hash;289 hash_jam (macro_hash, namestr, macro); in iq2000_add_macro()