NUMCOUNT
#define NUM_NUMBERS(tp) NUMCOUNT
#define for_each_ext_number(n,tp) for(n = NUMCOUNT; (int) n < (int) NUM_NUMBERS(tp); n++)
#define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)) + tp->ext_Booleans, names)
tindex += NUMCOUNT;
tp->num_Numbers = NUMCOUNT;
TYPE_MALLOC(NCURSES_INT2, NUMCOUNT, tp->Numbers);
name_size, bool_count, BOOLCOUNT, num_count, NUMCOUNT,
|| num_count > NUMCOUNT
TYPE_CALLOC(NCURSES_INT2, max(NUMCOUNT, num_count), ptr->Numbers);
ptr->num_Numbers = NUMCOUNT;
ptr->num_Numbers = UShort(NUMCOUNT + ext_num_count);
convert_numbers(buf, ptr->Numbers + NUMCOUNT, ext_num_count);
for (i = num_count; i < NUMCOUNT; i++)
if (tp->Numbers[NUMCOUNT + i] != ABSENT_NUMERIC)
last_num = NUMCOUNT;
numlen = convert_numbers(buf, tp->Numbers + NUMCOUNT, (size_t) tp->ext_Numbers);
|| (NUM_NUMBERS(term) != NUMCOUNT)
for (n = NUMCOUNT; n < NUM_NUMBERS(term); ++n) {
|| (NUM_NUMBERS(term) != NUMCOUNT)
NUM_NUMBERS(term) - NUMCOUNT);
#define NumIndirect(j) ((j >= NUMCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : num_indirect[j]))