Searched refs:bool_count (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | read_entry.c | 157 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local 174 bool_count = LOW_MSB(buf + 4); in _nc_read_termtype() 181 name_size, bool_count, BOOLCOUNT, num_count, NUMCOUNT, in _nc_read_termtype() 184 || bool_count < 0 in _nc_read_termtype() 220 max(BOOLCOUNT, bool_count))) == 0 in _nc_read_termtype() 221 || Read(ptr->Booleans, (unsigned) bool_count) < bool_count) { in _nc_read_termtype() 231 even_boundary(name_size + bool_count); in _nc_read_termtype() 376 bool_count, num_count, str_count)); in _nc_read_termtype() 382 for (i = bool_count; i < BOOLCOUNT; i++) in _nc_read_termtype()
|