Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c113 TOKSYMB *tokset; variable
201 tokset[ii].value = 0; in setup()
399 tokset[t].name); in setup()
1056 cp = tokset[i].name; in defout()
1060 tokset[i].name + 1, tokset[i].value); in defout()
1074 tokset[i].value); in defout()
1077 tokset[i].value); in defout()
1081 tokset[i].name, in defout()
1082 tokset[i].value); in defout()
1276 tokset[t].name); in fdtype()
[all …]
H A Dy3.c410 "\t%d, %d,\n", tokset[p0].value, p1); in wract()
414 "%d,%d,", tokset[p0].value, p1); in wract()
H A Ddextern.h199 extern TOKSYMB *tokset;
H A Dy1.c269 temp1[j] = tokset[i].value; in others()
411 cp = (i >= NTBASE) ? nontrst[i-NTBASE].name : tokset[i].name; in symnam()