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

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dwrite_entry.c368 compute_offsets(char **Strings, unsigned strmax, short *offsets) argument
373 for (i = 0; i < strmax; i++) {
411 size_t namelen, boolmax, nummax, strmax; local
450 strmax = 0;
453 strmax = i + 1;
456 nextfree = compute_offsets(tp->Strings, strmax, offsets);
463 LITTLE_ENDIAN(buf + 8, strmax);
493 convert_shorts(buf, offsets, strmax);
494 if (fwrite(buf, 2, strmax, fp) != strmax)
[all...]

Completed in 83 milliseconds