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

/illumos-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...]

Completed in 194 milliseconds