Home | History | Annotate | Download | only in tool

Lines Matching defs:ACCEPT

229   ACCEPT,
298 char *accept; /* Code to execute when the parser excepts */
1027 ** finite state machine) an action to ACCEPT if the lookahead is the
1029 Action_add(&lemp->sorted[0]->ap,ACCEPT,sp,0);
2238 psp->declargslot = &(psp->gp->accept);
2899 case ACCEPT:
2900 fprintf(fp,"%*s accept",indent,ap->sp->name);
3059 case ACCEPT: act = lemp->nstate + lemp->nrule + 1; break;
4033 tplt_print(out,lemp,lemp->accept,&lineno);