Searched refs:hashitem (Results 1 - 2 of 2) sorted by last modified time

/haiku-buildtools/jam/
H A Dhash.c13 * hashitem() - find a record in the table, and optionally enter a new one
88 * hashitem() - find a record in the table, and optionally enter a new one
92 hashitem( function
H A Dhash.h16 int hashitem( struct hash *hp, HASHDATA **data, int enter );
19 # define hashenter( hp, data ) !hashitem( hp, data, !0 )
20 # define hashcheck( hp, data ) hashitem( hp, data, 0 )

Completed in 56 milliseconds