Searched refs:NUM_EXT_NAMES (Results 1 – 6 of 6) sorted by relevance
222 last = NUM_EXT_NAMES(tp); in _nc_last_ext_name()280 int last = (int) NUM_EXT_NAMES(tp) - 1; in _nc_del_ext_name()323 unsigned total = NUM_EXT_NAMES(tp) + 1; in _nc_ins_ext_name()429 na = to ? ((int) NUM_EXT_NAMES(to)) : 0; in _nc_align_termtype()430 nb = from ? ((int) NUM_EXT_NAMES(from)) : 0; in _nc_align_termtype()502 NUM_EXT_NAMES(to), to->term_names)); in _nc_align_termtype()511 NUM_EXT_NAMES(from), from->term_names)); in _nc_align_termtype()631 if ((i = NUM_EXT_NAMES(src)) != 0) { in copy_termtype()654 for (i = 0; i < NUM_EXT_NAMES(dst); ++i) { in copy_termtype()
214 if ((n = (unsigned) NUM_EXT_NAMES(tp)) != 0) { in _nc_wrap_entry()318 for (i = 0; i < NUM_EXT_NAMES(from); ++i) { in _nc_merge_entry()322 for (i = 0; i < NUM_EXT_NAMES(to); ++i) { in _nc_merge_entry()336 for (i = 0; i < NUM_EXT_NAMES(from); ++i) { in _nc_merge_entry()345 for (i = 0; i < NUM_EXT_NAMES(to); ++i) { in _nc_merge_entry()
287 unsigned num_names = NUM_EXT_NAMES(p);361 unsigned num_names = NUM_EXT_NAMES(from);
97 actual = NUM_EXT_NAMES(tp); in _nc_extend_names()173 actual = NUM_EXT_NAMES(tp); in _nc_extend_names()
851 unsigned ext_total = (unsigned) NUM_EXT_NAMES(tp); in _nc_write_object()
68 #define NUM_EXT_NAMES(tp) (unsigned) ((tp)->ext_Booleans + (tp)->ext_Numbers + (tp)->ext_Strings) macro