s_x3node
struct s_x3node *tbl; /* The data stored here */
struct s_x3node **ht; /* Hash table for lookups */
struct s_x3node *next; /* Next entry with the same hash */
struct s_x3node **from; /* Previous link */