Searched refs:NONTERMINAL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c125 NONTERMINAL enumerator in enum:symbol::__anon4054
142 ** object. Only used if type==NONTERMINAL */
1159 if( sp->type==NONTERMINAL ){
3059 if( sp->type!=NONTERMINAL || (sp->datatype==0 && lemp->vartype==0) ){
3874 sp->type = isupper(*x) ? TERMINAL : NONTERMINAL;

Completed in 69 milliseconds