Home
last modified time | relevance | path

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

/csrg-svn/contrib/gcc-2.3.3/
H A Dcccp.c727 struct hashnode { struct
728 struct hashnode *next; /* double links for easy deletion */ argument
729 struct hashnode *prev; argument
730 struct hashnode **bucket_hdr; /* also, a back pointer to this node's hash argument
739 typedef struct hashnode HASHNODE; argument