Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c157 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local
175 num_count = LOW_MSB(buf + 6); in _nc_read_termtype()
181 name_size, bool_count, BOOLCOUNT, num_count, NUMCOUNT, in _nc_read_termtype()
185 || num_count < 0 in _nc_read_termtype()
234 if ((ptr->Numbers = TYPE_CALLOC(short, max(NUMCOUNT, num_count))) == 0 in _nc_read_termtype()
235 || !read_shorts(buf, num_count)) { in _nc_read_termtype()
238 convert_shorts(buf, ptr->Numbers, num_count); in _nc_read_termtype()
376 bool_count, num_count, str_count)); in _nc_read_termtype()
384 for (i = num_count; i < NUMCOUNT; i++) in _nc_read_termtype()