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

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c495 compute_offsets(char **Strings, unsigned strmax, short *offsets) argument
500 for (i = 0; i < strmax; i++) {
597 size_t namelen, boolmax, nummax, strmax; local
636 strmax = 0;
639 strmax = i + 1;
642 nextfree = compute_offsets(tp->Strings, strmax, offsets);
649 LITTLE_ENDIAN(buf + 8, strmax);
679 convert_shorts(buf, offsets, strmax);
680 if (Write(buf, 2, strmax) != strmax)
[all...]

Completed in 48 milliseconds