Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhash.c63 typedef struct HashNode HashNode; typedef
64 struct HashNode { struct
66 HashNode *next; /* The next hash-table entry in a bucket list */ argument