Lines Matching refs:NCHAR
47 #define NCHAR (UCHAR_MAX + 1) macro
82 unsigned char delta[NCHAR]; /* Delta table for rapid search. */
83 struct trie *next[NCHAR]; /* Table of children of the root. */
382 unsigned char delta[NCHAR]; in kwsprep()
391 for (i = 0; i < NCHAR; ++i) in kwsprep()
394 for (i = 0; i < NCHAR; ++i) in kwsprep()
477 struct trie *next[NCHAR]; in kwsprep()
480 for (i = 0; i < NCHAR; ++i) in kwsprep()
488 for (i = 0; i < NCHAR; ++i) in kwsprep()
491 for (i = 0; i < NCHAR; ++i) in kwsprep()
503 for (i = 0; i < NCHAR; ++i) in kwsprep()
506 for (i = 0; i < NCHAR; ++i) in kwsprep()