Lines Matching refs:toklev
116 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[j], lev);
517 if (TYPE(toklev[j]))
525 SETTYPE(toklev[j], ty);
703 levprd[nprod] = toklev[*mem]& ~04;
729 levprd[nprod] = toklev[j] & ~04;
812 tempty = TYPE(toklev[tempty]);
1050 toklev[ntokens] = 0; in defin()
1279 v = TYPE(toklev[t]); in fdtype()
1968 toklev = (int *) realloc((char *)toklev, sizeof (int) * ntoksz); in exp_ntok()
1970 if ((tokset == NULL) || (toklev == NULL)) in exp_ntok()