Lines Matching defs:lhs
151 struct symbol *lhs; /* Left-hand side of the rule */
625 if( rp->lhs->lambda ) continue;
630 rp->lhs->lambda = B_TRUE;
641 s1 = rp->lhs;
679 symbol instead.",lemp->start,lemp->rule->lhs->name);
681 sp = lemp->rule->lhs;
684 sp = lemp->rule->lhs;
920 if( sp==0 ) sp = lemp->rule->lhs;
922 sp = lemp->rule->lhs;
1887 struct symbol *lhs; /* Left-hand side of current rule */
1923 psp->lhs = Symbol_new(x);
1986 psp->lhs->name);
1998 x,psp->lhs->name);
2019 psp->lhs->name,psp->lhsalias);
2043 rp->lhs = psp->lhs;
2049 rp->nextlhs = rp->lhs->rule;
2050 rp->lhs->rule = rp;
2564 printf("%s",rp->lhs->name);
2585 fprintf(fp,"%s ::=",rp->lhs->name);
2951 fprintf(out,"yygotominor.yy%d",rp->lhs->dtnum);
2977 rp->lhsalias,rp->lhs->name,rp->lhsalias);
3466 fprintf(out," /* %3d */ \"%s ::=", i, rp->lhs->name);
3521 fprintf(out," { %d, %d },\n",rp->lhs->index,rp->nrhs); lineno++;