Home
last modified time | relevance | path

Searched refs:NUMCOUNT (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libcurses/tinfo/
H A Dread_entry.c236 tp->num_Numbers = NUMCOUNT; in _nc_init_termtype()
245 TYPE_MALLOC(NCURSES_INT2, NUMCOUNT, tp->Numbers); in _nc_init_termtype()
335 name_size, bool_count, BOOLCOUNT, num_count, NUMCOUNT, in _nc_read_termtype()
342 || num_count > NUMCOUNT in _nc_read_termtype()
383 TYPE_CALLOC(NCURSES_INT2, max(NUMCOUNT, num_count), ptr->Numbers); in _nc_read_termtype()
408 ptr->num_Numbers = NUMCOUNT; in _nc_read_termtype()
437 ptr->num_Numbers = UShort(NUMCOUNT + ext_num_count); in _nc_read_termtype()
471 convert_numbers(buf, ptr->Numbers + NUMCOUNT, ext_num_count); in _nc_read_termtype()
567 for (i = num_count; i < NUMCOUNT; i++) in _nc_read_termtype()
H A Dwrite_entry.c682 if (tp->Numbers[NUMCOUNT + i] != ABSENT_NUMERIC) in extended_Numbers()
748 last_num = NUMCOUNT; in _nc_write_object()
906 numlen = convert_numbers(buf, tp->Numbers + NUMCOUNT, (size_t) tp->ext_Numbers); in _nc_write_object()
H A Dparse_entry.c133 tindex += NUMCOUNT; in _nc_extend_names()
/openbsd-src/lib/libcurses/
H A Dterm_entry.h65 #define NUM_NUMBERS(tp) NUMCOUNT
78 #define for_each_ext_number(n,tp) for(n = NUMCOUNT; (int) n < (int) NUM_NUMBERS(tp); n++)
83 #define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)…
H A Dterm.h680 #define NUMCOUNT 39 macro
/openbsd-src/usr.bin/infocmp/
H A Dinfocmp.c1405 || (NUM_NUMBERS(term) != NUMCOUNT) in dump_initializers()
1413 for (n = NUMCOUNT; n < NUM_NUMBERS(term); ++n) { in dump_initializers()
1443 || (NUM_NUMBERS(term) != NUMCOUNT) in dump_termtype()
1455 NUM_NUMBERS(term) - NUMCOUNT); in dump_termtype()
/openbsd-src/usr.bin/tic/
H A Ddump_entry.c104 #define NumIndirect(j) ((j >= NUMCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : num_indirect[j]))