Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ncurses/include/
Dterm_entry.h74 #define NUM_NUMBERS(tp) (tp)->num_Numbers macro
79 #define NUM_NUMBERS(tp) NUMCOUNT macro
87 #define for_each_number(n,tp) for(n = 0; n < NUM_NUMBERS(tp); n++)
/freebsd-9-stable/contrib/ncurses/progs/
Dinfocmp.c257 for (i = 0; i < NUM_NUMBERS(t1); i++) in entryeq()
1164 || (NUM_NUMBERS(term) != NUMCOUNT) in dump_initializers()
1172 for (n = NUMCOUNT; n < NUM_NUMBERS(term); ++n) { in dump_initializers()
1202 || (NUM_NUMBERS(term) != NUMCOUNT) in dump_termtype()
1208 (void) printf("\t\t%d,\t\t/* count total Numbers */\n", NUM_NUMBERS(term)); in dump_termtype()
1214 NUM_NUMBERS(term) - NUMCOUNT); in dump_termtype()
/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dalloc_ttype.c482 dst->Numbers = typeMalloc(short, NUM_NUMBERS(dst)); in _nc_copy_termtype()