s_x4node         4810 third_party/sqlite/src/tool/lemon.c   struct s_x4node *tbl;  /* The data stored here */
s_x4node         4811 third_party/sqlite/src/tool/lemon.c   struct s_x4node **ht;  /* Hash table for lookups */
s_x4node         4819 third_party/sqlite/src/tool/lemon.c   struct s_x4node *next;   /* Next entry with the same hash */
s_x4node         4820 third_party/sqlite/src/tool/lemon.c   struct s_x4node **from;  /* Previous link */