Home
last modified time | relevance | path

Searched refs:nruleWithAction (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlemon.c390 int nruleWithAction; /* Number of rules with actions */ member
1722 lem.nruleWithAction = i; in main()
4590 fprintf(out,"#define YYNRULE_WITH_ACTION %d\n",lemp->nruleWithAction); in ReportTable()