Searched refs:strmax (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | write_entry.c | 584 compute_offsets(char **Strings, size_t strmax, short *offsets) in compute_offsets() argument 589 for (i = 0; i < strmax; i++) { in compute_offsets() 721 size_t namelen, boolmax, nummax, strmax, numlen; in _nc_write_object() local 773 strmax = 0; in _nc_write_object() 776 strmax = i + 1; in _nc_write_object() 779 nextfree = compute_offsets(tp->Strings, strmax, offsets); in _nc_write_object() 797 LITTLE_ENDIAN(buf + 8, strmax); in _nc_write_object() 833 convert_shorts(buf, offsets, strmax); in _nc_write_object() 834 if (Write(buf, SIZEOF_SHORT, strmax) != strmax) { in _nc_write_object() 841 for (i = 0; i < strmax; i++) { in _nc_write_object() [all …]
|