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

/haiku-buildtools/jam/
H A Dtimestamp.c45 static struct hash *bindhash = 0; variable in typeref:struct:hash
82 if( !bindhash )
83 bindhash = hashinit( sizeof( BINDING ), "bindings" );
91 if( hashenter( bindhash, (HASHDATA **)&b ) )
117 if( hashenter( bindhash, (HASHDATA **)&b ) )
122 file_dirscan( buf, time_enter, bindhash );
142 if( hashenter( bindhash, (HASHDATA **)&b ) )
147 file_archscan( buf, time_enter, bindhash );
173 struct hash *bindhash = (struct hash *)closure;
188 if( hashenter( bindhash, (HASHDAT
172 struct hash *bindhash = (struct hash *)closure; local
[all...]

Completed in 13 milliseconds