Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy2.c115 TOKSYMB *tokset; variable
191 tokset = (TOKSYMB *)malloc(sizeof (TOKSYMB) * ntoksz);
203 tokset[ii].value = 0;
405 tokset[t].name);
528 tokset[j].value = numbval;
536 tokset[j].name);
848 (void) fprintf(ftable, "# define YYERRCODE %d\n", tokset[2].value); in finact()
909 tokset[ntokens].name = cstash(s); in defin()
1049 tokset[ntokens].value = val; in defin()
1064 cp = tokset[i].name; in defout()
[all …]
H A Dy3.c413 "\t%d, %d,\n", tokset[p0].value, p1); in wract()
417 "%d,%d,", tokset[p0].value, p1); in wract()
H A Ddextern.h201 extern TOKSYMB *tokset;
H A Dy1.c270 temp1[j] = tokset[i].value; in others()
413 cp = (i >= NTBASE) ? nontrst[i-NTBASE].name : tokset[i].name; in symnam()