Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c58 static int numbval; /* value of an input number */ variable
380 ty = numbval; in setup()
466 ty = numbval; in setup()
523 tokset[j].value = numbval; in setup()
533 if (numbval >= -YYFLAG1) { in setup()
1111 numbval = i; in gettok()
1115 typeset[numbval = ++ntypes] = cstash(tokname); in gettok()
1159 numbval = c - L'0'; in gettok()
1164 numbval = numbval*base + c - L'0'; in gettok()
1449 tok = numbval; in cpyact()