Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c55 static int tbitset; /* size of lookahead sets */ variable
119 tbitset = NWORDS(ntokens*LKFACTOR); in main()
689 aryfil(wsets[i].ws.lset, tbitset, 0); in cpfir()
949 aryfil(clset.lset, tbitset, 0); in stagen()
1054 aryfil(clset.lset, tbitset, 0); in closure()
1148 w = & v[tbitset]; in flset()
H A Ddextern.h152 #define SETLOOP(i) for (i = 0; i < tbitset; ++i)