Lines Matching defs:nontrst
119 NTSYMB *nontrst;
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) {
903 nontrst[nnonter].name = cstash(s);
1277 v = nontrst[t-NTBASE].tvalue;
1283 (t >= NTBASE) ? nontrst[t-NTBASE].name:
1301 if (!wscmp(s, nontrst[i].name)) {
1989 nontrst = (NTSYMB *)
1990 realloc((char *)nontrst, sizeof (TOKSYMB) * nnontersz);
1991 if (nontrst == NULL)