Home
last modified time | relevance | path

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

/titanic_41/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()
766 (void) printf("(%d transitions)\n", nexts[p]); 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.h133 int *nexts; variable
H A Dldefs.h218 extern int *nexts;
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c1802 register int p, nextp, s, nexts; in smr_slab_reserve() local
1816 nexts = -1; in smr_slab_reserve()
1819 while ((nexts != starts) && !foundone) { in smr_slab_reserve()
1824 nexts = SMR_SLAB_HASHSTEP(p, s); in smr_slab_reserve()
1825 s = nexts; in smr_slab_reserve()
1886 register int p, nextp, s, nexts; in smr_slab_unreserve() local
1900 nexts = -1; in smr_slab_unreserve()
1903 while ((nexts != starts) && !foundit) { in smr_slab_unreserve()
1908 nexts = SMR_SLAB_HASHSTEP(p, s); in smr_slab_unreserve()
1909 s = nexts; in smr_slab_unreserve()
/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy1.c1101 goto nexts; in closure()
1105 goto nexts; in closure()
1122 nexts:; in closure()