s_x3node         4667 third_party/sqlite/src/tool/lemon.c   struct s_x3node *tbl;  /* The data stored here */
s_x3node         4668 third_party/sqlite/src/tool/lemon.c   struct s_x3node **ht;  /* Hash table for lookups */
s_x3node         4677 third_party/sqlite/src/tool/lemon.c   struct s_x3node *next;   /* Next entry with the same hash */
s_x3node         4678 third_party/sqlite/src/tool/lemon.c   struct s_x3node **from;  /* Previous link */