Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c140 int dtnum; /* The data type number. In the parser, the value member
2891 fprintf(out,"(yypminor->yy%d)",sp->dtnum);
2948 fprintf(out,"yygotominor.yy%d",rp->lhs->dtnum);
2954 fprintf(out,"yymsp[%d].minor.yy%d",i-rp->nrhs+1,rp->rhs[i]->dtnum);
3053 sp->dtnum = arraysize+1;
3057 sp->dtnum = 0;
3074 sp->dtnum = hash + 1;
3081 sp->dtnum = hash + 1;
3105 fprintf(out," int yy%d;\n",lemp->errsym->dtnum); lineno++;
3253 fprintf(out,"#define YYERRSYMDT yy%d\n",lemp->errsym->dtnum); lineno++;