Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c117 NTSYMB *nontrst; variable
203 nontrst[ii].tvalue = 0; in setup()
404 j = nontrst[t-NTBASE].tvalue; in setup()
414 nontrst[t-NTBASE].name); in setup()
417 nontrst[t-NTBASE].tvalue = ty; in setup()
720 nontrst[j-NTBASE].name); in setup()
895 nontrst[nnonter].name = cstash(s); in defin()
1269 v = nontrst[t-NTBASE].tvalue; in fdtype()
1293 if (!wscmp(s, nontrst[i].name)) { in chfind()
1979 nontrst = (NTSYMB *) in exp_nonterm()
[all …]
H A Dy1.c365 q = chcopy(sarr, nontrst[*p-NTBASE].name); in writem()
411 cp = (i >= NTBASE) ? nontrst[i-NTBASE].name : tokset[i].name; in symnam()
656 nontrst[i].name); in cpres()
728 (void) fprintf(foutput, "\n%ws: ", nontrst[i].name); in cpfir()
899 nontrst[i].name); in cempty()
994 "%ws %d, ", nontrst[j].name, in stagen()
H A Dy3.c283 nontrst[c].name); in go2gen()
285 (void) fprintf(foutput, "%ws ", nontrst[i].name); in go2gen()
H A Ddextern.h214 extern NTSYMB *nontrst;
H A Dy4.c59 yypgo = &nontrst[0].tvalue; in callopt()