Searched refs:NCHAR (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/grep/
H A Dkwset.c47 #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. */
383 unsigned char delta[NCHAR];
384 struct trie *last, *next[NCHAR];
392 for (i = 0; i < NCHAR; ++i)
395 for (i = 0; i < NCHAR; ++i)
468 for (i = 0; i < NCHAR; ++i)
473 for (i = 0; i < NCHAR; ++i)
476 for (i = 0; i < NCHAR;
[all...]
H A Dsearch.c52 #define NCHAR (UCHAR_MAX + 1) macro
114 static char trans[NCHAR];
118 for (i = 0; i < NCHAR; ++i)
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c3510 # define NCHAR 256 macro
3512 static unsigned char ShuffledAlphabet[NCHAR];

Completed in 122 milliseconds