Searched refs:dtnum (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 170 int dtnum; /* The data type number. In the parser, the value member 2930 fprintf(out,"(yypminor->yy%d)",sp->dtnum); 2987 fprintf(out,"yygotominor.yy%d",rp->lhs->dtnum); 2993 fprintf(out,"yymsp[%d].minor.yy%d",i-rp->nrhs+1,rp->rhs[i]->dtnum); 3092 sp->dtnum = arraysize+1; 3096 sp->dtnum = 0; 3113 sp->dtnum = hash + 1; 3120 sp->dtnum = hash + 1; 3144 fprintf(out," int yy%d;\n",lemp->errsym->dtnum); lineno++; 3291 fprintf(out,"#define YYERRSYMDT yy%d\n",lemp->errsym->dtnum); lineno++;
|