Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tinfo/
H A Dread_entry.c417 int ext_bool_count = MyNumber(buf + 0); in _nc_read_termtype() local
422 unsigned need = (unsigned) (ext_bool_count + ext_num_count + ext_str_count); in _nc_read_termtype()
428 || ext_bool_count < 0 in _nc_read_termtype()
436 ptr->num_Booleans = UShort(BOOLCOUNT + ext_bool_count); in _nc_read_termtype()
448 ext_bool_count, in _nc_read_termtype()
455 ext_bool_count, offset)); in _nc_read_termtype()
456 if ((ptr->ext_Booleans = UShort(ext_bool_count)) != 0) { in _nc_read_termtype()
458 ext_bool_count) != ext_bool_count) { in _nc_read_termtype()
462 even_boundary(ext_bool_count); in _nc_read_termtype()
498 int check = (ext_bool_count + ext_num_count + ext_str_count); in _nc_read_termtype()