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

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c116 int *toklev; variable
192 toklev = (int *)malloc(sizeof (int) * ntoksz);
200 aryfil(toklev, ntoksz, 0);
397 j = TYPE(toklev[t]);
408 SETTYPE(toklev[t], ty);
499 if (ASSOC(toklev[j]) & ~04)
507 SETASC(toklev[j], lev);
508 SETPLEV(toklev[j], i);
510 if (ASSOC(toklev[j]))
514 SETASC(toklev[
[all...]
H A Dy3.c42 extern int *toklev;
321 lt = toklev[t];

Completed in 98 milliseconds