Home
last modified time | relevance | path

Searched defs:HashEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bmake/
H A Dhash.h81 typedef struct HashEntry { struct
82 struct HashEntry *next; /* Used to link together all the entries argument
87 } HashEntry; argument