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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c176 #define CCL_SIZ 32 macro
982 (void) memset((char *)tab, 0, CCL_SIZ * sizeof (uchar_t));
1020 for (i = 0; i < CCL_SIZ; i++) tab[i] ^= 0xff;
1061 tab = egmalloc(CCL_SIZ * sizeof (uchar_t));

Completed in 46 milliseconds