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

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c107 static char *nextlhs(struct parsestate *ps);
156 struct parsestate pstate; /* for startparse(), nextlhs(), etc */
258 while ((lhsp = nextlhs(&pstate)) != NULL) {
953 * nextlhs -- return next left-hand-side of name=value pair, or NULL
966 nextlhs(struct parsestate *ps) function
1076 * nextlhs(). the rhs consists of a string with no whitespace in it,
1081 * nextlhs() actually does all the hard work. we just return any
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c162 struct rule *nextlhs; /* Next rule with the same LHS */ member in struct:rule
706 for(rp=sp->rule; rp; rp=rp->nextlhs){
1165 for(newrp=sp->rule; newrp; newrp=newrp->nextlhs){
2049 rp->nextlhs = rp->lhs->rule;

Completed in 85 milliseconds