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

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c115 TOKSYMB *tokset; variable
175 /* ty is the sequencial number of token name in tokset */
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);
909 tokset[ntokens].name = cstash(s);
1049 tokset[ntoken
[all...]
H A Ddextern.h201 extern TOKSYMB *tokset;
H A Dy3.c413 "\t%d, %d,\n", tokset[p0].value, p1);
417 "%d,%d,", tokset[p0].value, p1);
H A Dy1.c270 temp1[j] = tokset[i].value;
413 cp = (i >= NTBASE) ? nontrst[i-NTBASE].name : tokset[i].name;

Completed in 45 milliseconds