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

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c799 int tempty; local
800 tempty = prdptr[nprod][1];
801 if (tempty < 0)
809 else if (tempty >= NTBASE)
810 tempty = nontrst[tempty-NTBASE].tvalue;
812 tempty = TYPE(toklev[tempty]);
813 if (tempty != nontrst[*prdptr[nprod]-NTBASE].tvalue) {

Completed in 55 milliseconds