Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c385 int ext_bool_count = MyNumber(buf + 0); in _nc_read_termtype() local
390 unsigned need = (unsigned) (ext_bool_count + ext_num_count + ext_str_count); in _nc_read_termtype()
396 || ext_bool_count < 0 in _nc_read_termtype()
404 ptr->num_Booleans = UShort(BOOLCOUNT + ext_bool_count); in _nc_read_termtype()
416 ext_bool_count, in _nc_read_termtype()
423 ext_bool_count, offset)); in _nc_read_termtype()
424 if ((ptr->ext_Booleans = UShort(ext_bool_count)) != 0) { in _nc_read_termtype()
426 ext_bool_count) != ext_bool_count) { in _nc_read_termtype()
430 even_boundary(ext_bool_count); in _nc_read_termtype()
466 int check = (ext_bool_count + ext_num_count + ext_str_count); in _nc_read_termtype()