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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-common.h29 #define NCHAR (UCHAR_MAX + 1) macro
H A Dm-common.c50 ckwset->trans = XNMALLOC (NCHAR, char);
51 for (i = 0; i < NCHAR; i++)
H A Dkwset.c46 #define NCHAR (UCHAR_MAX + 1) macro
81 unsigned char delta[NCHAR]; /* Delta table for rapid search. */
82 struct trie *next[NCHAR]; /* Table of children of the root. */
382 unsigned char delta[NCHAR];
383 struct trie *last, *next[NCHAR];
391 for (i = 0; i < NCHAR; ++i)
394 for (i = 0; i < NCHAR; ++i)
467 for (i = 0; i < NCHAR; ++i)
472 for (i = 0; i < NCHAR; ++i)
475 for (i = 0; i < NCHAR;
[all...]

Completed in 83 milliseconds