Searched refs:targethash (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/jam/
H A Drules.c45 static struct hash *targethash = 0; variable in typeref:struct:hash
99 if( !targethash )
100 targethash = hashinit( sizeof( TARGET ), "targets" );
104 if( hashenter( targethash, (HASHDATA **)&t ) )
396 hashdone( targethash );

Completed in 70 milliseconds