Searched refs:FLAG_ALPHABET_SIZE (Results 1 – 3 of 3) sorted by relevance
45 #define FLAG_ALPHABET_SIZE 255 macro
71 static flag_t flags[FLAG_ALPHABET_SIZE];110 (void) memset(flags, 0, FLAG_ALPHABET_SIZE * sizeof (flag_t)); in options_clean()
2330 for (c = 0; c < FLAG_ALPHABET_SIZE; c++) { in print_flags()