Lines Matching refs:NTBASE
396 if ((t = chfind(1, tokname)) < NTBASE) {
410 j = nontrst[t-NTBASE].tvalue;
420 nontrst[t-NTBASE].name);
423 nontrst[t-NTBASE].tvalue = ty;
489 if (j > NTBASE) {
646 *mem++ = NTBASE;
676 if (*mem < NTBASE)
702 if (*mem < NTBASE)
720 if (j >= NTBASE)
728 nontrst[j-NTBASE].name);
797 nontrst[*prdptr[nprod]-NTBASE].tvalue) {
809 else if (tempty >= NTBASE)
810 tempty = nontrst[tempty-NTBASE].tvalue;
813 if (tempty != nontrst[*prdptr[nprod]-NTBASE].tvalue) {
904 return (NTBASE + nnonter); in defin()
1276 if (t >= NTBASE) in fdtype()
1277 v = nontrst[t-NTBASE].tvalue; in fdtype()
1283 (t >= NTBASE) ? nontrst[t-NTBASE].name: in fdtype()
1302 return (i + NTBASE); in chfind()