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

/opensolaris-onvv-gate/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[*prdpt
[all...]
H A Ddextern.h216 extern NTSYMB *nontrst;
H A Dy1.c367 q = chcopy(sarr, nontrst[*p-NTBASE].name);
413 cp = (i >= NTBASE) ? nontrst[i-NTBASE].name : tokset[i].name;
662 nontrst[i].name);
735 nontrst[i].name);
908 nontrst[i].name);
1003 WSFMT("%ws %d, "), nontrst[j].name,
H A Dy3.c286 nontrst[c].name);
288 (void) fprintf(foutput, WSFMT("%ws "), nontrst[i].name);
H A Dy4.c61 yypgo = &nontrst[0].tvalue;

Completed in 57 milliseconds