Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c627 size_t namelen, boolmax, nummax, strmax; in write_object() local
654 boolmax = 0; in write_object()
657 boolmax = i + 1; in write_object()
677 LITTLE_ENDIAN(buf + 4, boolmax); in write_object()
688 for (i = 0; i < boolmax; i++) in write_object()
693 if (Write(buf, sizeof(char), boolmax) != boolmax) in write_object()
696 if (even_boundary(namelen + boolmax)) in write_object()