NUM_BOOLEANS
#define for_each_boolean(n,tp) for(n = 0; n < NUM_BOOLEANS(tp); n++)
#define for_each_ext_boolean(n,tp) for(n = BOOLCOUNT; (int) n < (int) NUM_BOOLEANS(tp); n++)
TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans);
NUM_BOOLEANS(dst) * sizeof(dst->Booleans[0]));
if ((NUM_BOOLEANS(term) != BOOLCOUNT)
for (n = BOOLCOUNT; n < NUM_BOOLEANS(term); ++n) {
((NUM_BOOLEANS(term) != BOOLCOUNT)
(void) printf("\t\t%d,\t\t/* count total Booleans */\n", NUM_BOOLEANS(term));
NUM_BOOLEANS(term) - BOOLCOUNT);
for (i = 0; i < NUM_BOOLEANS(t1); i++)