Home
last modified time | relevance | path

Searched refs:nextlhs (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c107 static char *nextlhs(struct parsestate *ps);
258 while ((lhsp = nextlhs(&pstate)) != NULL) { in fm_dc_opendict()
966 nextlhs(struct parsestate *ps) in nextlhs() function
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c162 struct rule *nextlhs; /* Next rule with the same LHS */ member
706 for(rp=sp->rule; rp; rp=rp->nextlhs){
1165 for(newrp=sp->rule; newrp; newrp=newrp->nextlhs){
2049 rp->nextlhs = rp->lhs->rule;