Home
last modified time | relevance | path

Searched defs:lemon (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c229 struct lemon { struct
230 struct state **sorted; /* Table of states sorted by state number */
231 struct rule *rule; /* List of all rules */
232 int nstate; /* Number of states */
233 int nrule; /* Number of rules */
234 int nsymbol; /* Number of terminal and nonterminal symbols */
235 int nterminal; /* Number of terminal symbols */
236 struct symbol **symbols; /* Sorted array of pointers to symbols */
237 int errorcnt; /* Number of errors */
238 struct symbol *errsym; /* The error symbol */
[all …]