s_x1node         4303 third_party/sqlite/src/tool/lemon.c   struct s_x1node *tbl;  /* The data stored here */
s_x1node         4304 third_party/sqlite/src/tool/lemon.c   struct s_x1node **ht;  /* Hash table for lookups */
s_x1node         4312 third_party/sqlite/src/tool/lemon.c   struct s_x1node *next;   /* Next entry with the same hash */
s_x1node         4313 third_party/sqlite/src/tool/lemon.c   struct s_x1node **from;  /* Previous link */