Home
last modified time | relevance | path

Searched refs:nexts (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c606 tcnt = nexts[p]; in packtrans()
625 if (ast[j] != nexts[++p] || in packtrans()
663 nexts[++nptr] = ast[j]; in packtrans()
673 if (ast[j] != nexts[p] || in packtrans()
678 nexts[++nptr] = ast[j]; in packtrans()
685 nexts[++nptr] = ast[j++]; in packtrans()
688 nexts[gotof[st]] = cnt = k; in packtrans()
695 nexts[nptr] = cnt; in packtrans()
698 nexts[++nptr] = ast[i]; in packtrans()
769 if (nexts[p+1] >= 0) in stprt()
[all …]
H A Dmain.c293 nexts = (int *)myalloc(ntrans, sizeof (*nexts));
310 gotof == 0 || nexts == 0 || nchar == 0 ||
357 free(nexts);
H A Donce.h131 int *nexts; variable
H A Dldefs.h216 extern int *nexts;
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c1092 goto nexts; in closure()
1096 goto nexts; in closure()
1113 nexts:; in closure()