Searched refs:targethash (Results 1 – 1 of 1) sorted by relevance
45 static struct hash * targethash = 0; variable161 if ( !targethash ) in bindtarget()162 targethash = hashinit( sizeof( TARGET ), "targets" ); in bindtarget()164 t = (TARGET *)hash_insert( targethash, target_name, &found ); in bindtarget()197 if ( targethash ) in bind_explicitly_located_targets()198 hashenumerate( targethash, bind_explicitly_located_target, (void *)0 ); in bind_explicitly_located_targets()484 if ( targethash ) in rules_done()486 hashenumerate( targethash, freetarget, 0 ); in rules_done()487 hashdone( targethash ); in rules_done()