Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h91 #define NWORDS(n) (((n)+32)/32) macro
100 #define NWORDS(n) (((n)+16)/16)
H A Dy1.c120 TBITSET = NWORDS(ntoksz*LKFACTOR); in main()
121 tbitset = NWORDS(ntokens*LKFACTOR); in main()
/titanic_50/usr/src/cmd/loadkeys/
H A Dloadkeys.y765 #define NWORDS (sizeof (wordtab) / sizeof (wordtab[0])) macro
907 (char *)wordtab, NWORDS, sizeof (word_t), in yylex()