Lines Matching full:tokl
3934 int tokl; // token operator level
4333 tokl = 0;
4451 tokl = operatorLevel[opIndex];
4455 printf("%c%c -> tokl=%d tokc=0x%x\n",
4456 l, a, tokl, tokc);
4464 ((tokl >= 1 && tokl <= 3)
4465 || (tokl >=6 && tokl <= 8)) ) {
4474 tokl = 0;
4680 int c = tokl;
4792 if (tokl == 11) {
4960 while (level == tokl) {
5992 tokl = 0;