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

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c597 size_t namelen, boolmax, nummax, strmax; local
624 boolmax = 0;
627 boolmax = i + 1;
647 LITTLE_ENDIAN(buf + 4, boolmax);
658 for (i = 0; i < boolmax; i++)
663 if (Write(buf, sizeof(char), boolmax) != boolmax)
666 if (even_boundary(namelen + boolmax))

Completed in 114 milliseconds