Searched refs:nnonter (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sgs/yacc/common/ |
H A D | y4.c | 78 nnonter = 0; in callopt() 104 yypgo[++nnonter] = optimmem-tracemem; in callopt() 124 yypgo[nnonter--] = (--optimmem) - tracemem; in callopt() 151 for (i = 1; i <= nnonter; ++i) { in callopt() 377 for (i = 1; i <= nnonter; ++i) in nxti() 430 arout(L"yypgo", pgo, nnonter + 1); in aoutput()
|
H A D | dextern.h | 148 #define NTLOOP(i) for (i = 0; i <= nnonter; ++i) 215 extern int nnonter; /* the number of nonterminals */
|
H A D | y1.c | 435 ntokens, ntoksz, nnonter, nnontersz); in summary() 693 zzcwp = nnonter; in cpfir() 869 aryfil(pempty, nnonter+1, WHOKNOWS); in cempty() 924 aryfil(pempty, nnonter+1, WHOKNOWS); in cempty() 973 aryfil(temp1, nnonter + 1, 0); in stagen() 1008 indgo[i] = apack(&temp1[1], nnonter - 1) - 1; in stagen() 1213 for (i = 0; i <= nnonter; ++i) in exp_lkst()
|
H A D | y3.c | 210 for (i = 1; i <= nnonter; ++i) { in go2out() 257 aryfil(temp1, nnonter + 1, 0); in go2gen() 475 for (j0 = 1; j0 <= nnonter; ++j0) { in wrstate()
|
H A D | y2.c | 118 int nnonter = -1; variable 901 if (++nnonter >= nnontersz) in defin() 903 nontrst[nnonter].name = cstash(s); in defin() 904 return (NTBASE + nnonter); in defin() 1510 id_sw = nnonter; in cpyact() 1515 if (id_sw != nnonter) in cpyact() 1578 --nnonter; in cpyact()
|