Searched refs:errsym (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 241 struct symbol *errsym; /* The error symbol */ member 940 lemp->nconflict += resolve_conflict(ap,nap,lemp->errsym); 973 static int resolve_conflict(apx,apy,errsym) in resolve_conflict() argument 976 struct symbol *errsym; /* The error symbol (if defined. NULL otherwise) */ 1160 if( sp->rule==0 && sp!=lemp->errsym ){ 1371 lem.errsym = Symbol_new("error"); 3055 if( sp==lemp->errsym ){ 3108 fprintf(out," int yy%d;\n",lemp->errsym->dtnum); lineno++; 3255 fprintf(out,"#define YYERRORSYMBOL %d\n",lemp->errsym->index); lineno++; 3256 fprintf(out,"#define YYERRSYMDT yy%d\n",lemp->errsym->dtnum); lineno++;
|