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

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dwrite_entry.c411 size_t namelen, boolmax, nummax, strmax; local
438 boolmax = 0;
441 boolmax = i + 1;
461 LITTLE_ENDIAN(buf + 4, boolmax);
472 for (i = 0; i < boolmax; i++)
477 if (fwrite(buf, sizeof(char), boolmax, fp) != boolmax)
480 if (even_boundary(namelen + boolmax))

Completed in 68 milliseconds