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
189 tokset = malloc(sizeof (TOKSYMB) * ntoksz); in setup()
201 tokset[ii].value = 0; in setup()
399 tokset[t].name); in setup()
523 tokset[j].value = numbval; in setup()
531 tokset[j].name); in setup()
816 (void) fprintf(ftable, "# define YYERRCODE %d\n", tokset[2].value); in finact()
876 tokset[ntokens].name = cstash(s); in defin()
1016 tokset[ntokens].value = val; in defin()
1031 cp = tokset[i].name; in defout()
[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()