s_x2node         4468 third_party/sqlite/src/tool/lemon.c   struct s_x2node *tbl;  /* The data stored here */
s_x2node         4469 third_party/sqlite/src/tool/lemon.c   struct s_x2node **ht;  /* Hash table for lookups */
s_x2node         4478 third_party/sqlite/src/tool/lemon.c   struct s_x2node *next;   /* Next entry with the same hash */
s_x2node         4479 third_party/sqlite/src/tool/lemon.c   struct s_x2node **from;  /* Previous link */