Searched refs:nexts (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/sgs/lex/common/ |
H A D | sub2.c | 606 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 D | main.c | 293 nexts = (int *)myalloc(ntrans, sizeof (*nexts)); 310 gotof == 0 || nexts == 0 || nchar == 0 || 357 free(nexts);
|
H A D | once.h | 133 int *nexts; variable
|
H A D | ldefs.h | 218 extern int *nexts;
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_smr.c | 1802 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_50/usr/src/cmd/sgs/yacc/common/ |
H A D | y1.c | 1101 goto nexts; in closure() 1105 goto nexts; in closure() 1122 nexts:; in closure()
|