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