Home
last modified time | relevance | path

Searched refs:numbval (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c60 static int numbval; /* value of an input number */ variable
386 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()