Home
last modified time | relevance | path

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

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