Searched refs:nextlhs (Results 1 – 2 of 2) sorted by relevance
107 static char *nextlhs(struct parsestate *ps);258 while ((lhsp = nextlhs(&pstate)) != NULL) { in fm_dc_opendict()966 nextlhs(struct parsestate *ps) in nextlhs() function
162 struct rule *nextlhs; /* Next rule with the same LHS */ member706 for(rp=sp->rule; rp; rp=rp->nextlhs){1165 for(newrp=sp->rule; newrp; newrp=newrp->nextlhs){2049 rp->nextlhs = rp->lhs->rule;