Home
last modified time | relevance | path

Searched refs:NWORDS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h89 #define NWORDS(n) (((n)+32)/32) macro
98 #define NWORDS(n) (((n)+16)/16)
H A Dy1.c118 TBITSET = NWORDS(ntoksz*LKFACTOR); in main()
119 tbitset = NWORDS(ntokens*LKFACTOR); in main()
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y740 #define NWORDS (sizeof (wordtab) / sizeof (wordtab[0])) macro
884 (char *)wordtab, NWORDS, sizeof (word_t), in yylex()