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++)
304 for (i = 0; i < NUM_BOOLEANS(t1); i++) in entryeq()1398 if ((NUM_BOOLEANS(term) != BOOLCOUNT) in dump_initializers()1403 for (n = BOOLCOUNT; n < NUM_BOOLEANS(term); ++n) { in dump_initializers()1436 ((NUM_BOOLEANS(term) != BOOLCOUNT) in dump_termtype()1442 (void) printf("\t\t%d,\t\t/* count total Booleans */\n", NUM_BOOLEANS(term)); in dump_termtype()1447 NUM_BOOLEANS(term) - BOOLCOUNT); in dump_termtype()
303 for (i = 0; i < NUM_BOOLEANS(tp); i++) { in checksum_of()
534 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in copy_termtype()539 NUM_BOOLEANS(dst) * sizeof(dst->Booleans[0])); in copy_termtype()