Searched refs:tokset (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 115 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 D | y3.c | 413 "\t%d, %d,\n", tokset[p0].value, p1); in wract() 417 "%d,%d,", tokset[p0].value, p1); in wract()
|
H A D | dextern.h | 201 extern TOKSYMB *tokset;
|
H A D | y1.c | 270 temp1[j] = tokset[i].value; in others() 413 cp = (i >= NTBASE) ? nontrst[i-NTBASE].name : tokset[i].name; in symnam()
|