Searched refs:numbval (Results 1 – 1 of 1) sorted by relevance
60 static int numbval; /* value of an input number */ variable386 ty = numbval;472 ty = numbval;528 tokset[j].value = numbval;538 if (numbval >= -YYFLAG1) {1144 numbval = i; in gettok()1148 typeset[numbval = ++ntypes] = cstash(tokname); in gettok()1192 numbval = c - L'0'; in gettok()1197 numbval = numbval*base + c - L'0'; in gettok()1482 tok = numbval; in cpyact()