Lines Matching refs:nontrst
117 NTSYMB *nontrst; variable
191 nontrst = malloc(sizeof (NTSYMB) * nnontersz); in setup()
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()
695 nontrst[j-NTBASE].name); in setup()
764 nontrst[*prdptr[nprod]-NTBASE].tvalue) { in setup()
778 tempty = nontrst[tempty-NTBASE].tvalue; in setup()
781 if (tempty != nontrst[*prdptr[nprod]-NTBASE].tvalue) { in setup()
870 nontrst[nnonter].name = cstash(s); in defin()
1244 v = nontrst[t-NTBASE].tvalue; in fdtype()
1250 (t >= NTBASE) ? nontrst[t-NTBASE].name: in fdtype()
1268 if (!wscmp(s, nontrst[i].name)) { in chfind()
1952 nontrst = (NTSYMB *) in exp_nonterm()
1953 realloc((char *)nontrst, sizeof (TOKSYMB) * nnontersz); in exp_nonterm()
1954 if (nontrst == NULL) in exp_nonterm()