Home
last modified time | relevance | path

Searched refs:NUM_NUMBERS (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ncurses/include/
HDterm_entry.h58 #define NUM_NUMBERS(tp) (tp)->num_Numbers macro
63 #define NUM_NUMBERS(tp) NUMCOUNT
71 #define for_each_number(n,tp) for(n = 0; n < NUM_NUMBERS(tp); n++)
76 #define for_each_ext_number(n,tp) for(n = NUMCOUNT; (int) n < (int) NUM_NUMBERS(tp); n++)
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
HDalloc_ttype.c547 TYPE_MALLOC(short, NUM_NUMBERS(dst), oldptr); in copy_termtype()
551 TYPE_MALLOC(int, NUM_NUMBERS(dst), newptr); in copy_termtype()
556 for (i = 0; i < NUM_NUMBERS(dst); ++i) { in copy_termtype()
565 for (i = 0; i < NUM_NUMBERS(dst); ++i) { in copy_termtype()
575 NUM_NUMBERS(dst) * ((mode & dstINT) in copy_termtype()
581 TYPE_MALLOC(short, NUM_NUMBERS(dst), dst->Numbers); in copy_termtype()
584 NUM_NUMBERS(dst) * sizeof(dst->Numbers[0])); in copy_termtype()
/freebsd-13-stable/contrib/ncurses/progs/
HDinfocmp.c308 for (i = 0; i < NUM_NUMBERS(t1); i++) in entryeq()
1399 || (NUM_NUMBERS(term) != NUMCOUNT) in dump_initializers()
1407 for (n = NUMCOUNT; n < NUM_NUMBERS(term); ++n) { in dump_initializers()
1437 || (NUM_NUMBERS(term) != NUMCOUNT) in dump_termtype()
1443 (void) printf("\t\t%d,\t\t/* count total Numbers */\n", NUM_NUMBERS(term)); in dump_termtype()
1449 NUM_NUMBERS(term) - NUMCOUNT); in dump_termtype()
HDtoe.c306 for (i = 0; i < NUM_NUMBERS(tp); i++) { in checksum_of()