Searched refs:NUM_BOOLEANS (Results 1 – 4 of 4) sorted by relevance
57 #define NUM_BOOLEANS(tp) (tp)->num_Booleans macro62 #define NUM_BOOLEANS(tp) BOOLCOUNT70 #define for_each_boolean(n,tp) for(n = 0; n < NUM_BOOLEANS(tp); n++)75 #define for_each_ext_boolean(n,tp) for(n = BOOLCOUNT; (int) n < (int) NUM_BOOLEANS(tp); n++)
223 if (idx < NUM_BOOLEANS(&(entries[0].tterm))) { in use_predicate()225 if (idx < NUM_BOOLEANS(&(ep->tterm)) in use_predicate()330 for (i = 0; i < NUM_BOOLEANS(t1); i++) in entryeq()1426 if ((NUM_BOOLEANS(term) != BOOLCOUNT) in dump_initializers()1431 for (n = BOOLCOUNT; n < NUM_BOOLEANS(term); ++n) { in dump_initializers()1464 ((NUM_BOOLEANS(term) != BOOLCOUNT) in dump_termtype()1470 (void) printf("\t\t%d,\t\t/* count total Booleans */\n", NUM_BOOLEANS(term)); in dump_termtype()1475 NUM_BOOLEANS(term) - BOOLCOUNT); in dump_termtype()
315 for (i = 0; i < NUM_BOOLEANS(tp); i++) { in checksum_of()
543 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in copy_termtype()548 NUM_BOOLEANS(dst) * sizeof(dst->Booleans[0])); in copy_termtype()