Home
last modified time | relevance | path

Searched refs:tbitset (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sgs/yacc/common/
H A Dy1.c57 static int tbitset; /* size of lookahead sets */ variable
121 tbitset = NWORDS(ntokens*LKFACTOR); in main()
695 aryfil(wsets[i].ws.lset, tbitset, 0); in cpfir()
958 aryfil(clset.lset, tbitset, 0); in stagen()
1063 aryfil(clset.lset, tbitset, 0); in closure()
1159 w = & v[tbitset];
H A Ddextern.h154 #define SETLOOP(i) for (i = 0; i < tbitset; ++i)