Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tinfo/
H A Dread_entry.c285 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local
328 bool_count = MyNumber(buf + 4); in _nc_read_termtype()
335 name_size, bool_count, BOOLCOUNT, num_count, NUMCOUNT, in _nc_read_termtype()
338 || bool_count < 0 in _nc_read_termtype()
341 || bool_count > BOOLCOUNT in _nc_read_termtype()
369 TYPE_CALLOC(NCURSES_SBOOL, max(BOOLCOUNT, bool_count), ptr->Booleans); in _nc_read_termtype()
370 if (Read(ptr->Booleans, (unsigned) bool_count) < bool_count) { in _nc_read_termtype()
380 even_boundary(name_size + bool_count); in _nc_read_termtype()
559 bool_count, num_count, str_count)); in _nc_read_termtype()
565 for (i = bool_count; i < BOOLCOUNT; i++) in _nc_read_termtype()