Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tinfo/
H A Dread_entry.c418 int ext_num_count = MyNumber(buf + 2); in _nc_read_termtype() local
422 unsigned need = (unsigned) (ext_bool_count + ext_num_count + ext_str_count); in _nc_read_termtype()
429 || ext_num_count < 0 in _nc_read_termtype()
437 ptr->num_Numbers = UShort(NUMCOUNT + ext_num_count); in _nc_read_termtype()
449 ext_num_count, in _nc_read_termtype()
465 ext_num_count, offset)); in _nc_read_termtype()
466 if ((ptr->ext_Numbers = UShort(ext_num_count)) != 0) { in _nc_read_termtype()
467 if (!read_numbers(buf, ext_num_count)) { in _nc_read_termtype()
471 convert_numbers(buf, ptr->Numbers + NUMCOUNT, ext_num_count); in _nc_read_termtype()
498 int check = (ext_bool_count + ext_num_count + ext_str_count); in _nc_read_termtype()