Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c119 NTSYMB *nontrst; variable
193 nontrst = (NTSYMB *)malloc(sizeof (NTSYMB) * nnontersz);
205 nontrst[ii].tvalue = 0;
410 j = nontrst[t-NTBASE].tvalue;
420 nontrst[t-NTBASE].name);
423 nontrst[t-NTBASE].tvalue = ty;
728 nontrst[j-NTBASE].name);
797 nontrst[*prdptr[nprod]-NTBASE].tvalue) {
810 tempty = nontrst[tempty-NTBASE].tvalue;
813 if (tempty != nontrst[*prdptr[nprod]-NTBASE].tvalue) {
[all …]
H A Dy1.c367 q = chcopy(sarr, nontrst[*p-NTBASE].name);
413 cp = (i >= NTBASE) ? nontrst[i-NTBASE].name : tokset[i].name; in symnam()
662 nontrst[i].name); in cpres()
735 nontrst[i].name); in cpfir()
908 nontrst[i].name); in cempty()
1003 WSFMT("%ws %d, "), nontrst[j].name, in stagen()
H A Dy3.c286 nontrst[c].name); in go2gen()
288 (void) fprintf(foutput, WSFMT("%ws "), nontrst[i].name); in go2gen()
H A Ddextern.h216 extern NTSYMB *nontrst;
H A Dy4.c61 yypgo = &nontrst[0].tvalue; in callopt()