Searched refs:NUM_BOOLEANS (Results 1 – 4 of 4) sorted by relevance
91 #define NUM_BOOLEANS(tp) (tp)->num_Booleans macro96 #define NUM_BOOLEANS(tp) BOOLCOUNT macro104 #define for_each_boolean(n,tp) for(n = 0; n < NUM_BOOLEANS(tp); n++)109 #define for_each_ext_boolean(n,tp) for(n = BOOLCOUNT; n < NUM_BOOLEANS(tp); n++)
279 for (i = 0; i < NUM_BOOLEANS(t1); i++) in entryeq()1358 if ((NUM_BOOLEANS(term) != BOOLCOUNT) in dump_initializers()1363 for (n = BOOLCOUNT; n < NUM_BOOLEANS(term); ++n) { in dump_initializers()1396 ((NUM_BOOLEANS(term) != BOOLCOUNT) in dump_termtype()1402 (void) printf("\t\t%d,\t\t/* count total Booleans */\n", NUM_BOOLEANS(term)); in dump_termtype()1407 NUM_BOOLEANS(term) - BOOLCOUNT); in dump_termtype()
302 for (i = 0; i < NUM_BOOLEANS(tp); i++) { in checksum_of()
485 TYPE_MALLOC(NCURSES_SBOOL, NUM_BOOLEANS(dst), dst->Booleans); in _nc_copy_termtype()491 NUM_BOOLEANS(dst) * sizeof(dst->Booleans[0])); in _nc_copy_termtype()