Searched refs:subsym_recurse_hash (Results 1 – 1 of 1) sorted by relevance
185 static struct hash_control *subsym_recurse_hash; /* Prevent infinite recurse. */ variable3062 subsym_recurse_hash = hash_new (); in md_begin()4482 if (hash_find (subsym_recurse_hash, name) == NULL) in subsym_substitute()4631 hash_insert (subsym_recurse_hash, name, name); in subsym_substitute()4633 hash_delete (subsym_recurse_hash, name, FALSE); in subsym_substitute()