Home | History | Annotate | Download | only in atc

Lines Matching defs:tval

215 static int tval;
255 st[T_STATE].rule[ruleno].str, tval);
293 st[T_STATE].rule[i].token == tval) {
294 push(i, (c >= ALPHATOKEN) ? tval : c);
342 while ((tval = getAChar()) == REDRAWTOKEN || tval == SHELLTOKEN)
344 if (tval == SHELLTOKEN)
395 if (isdigit(tval))
397 else if (isalpha(tval))
400 return (tval);