Searched refs:strmax (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | write_entry.c | 602 compute_offsets(char **Strings, size_t strmax, short *offsets) in compute_offsets() argument 607 for (i = 0; i < strmax; i++) { in compute_offsets() 739 size_t namelen, boolmax, nummax, strmax, numlen; in _nc_write_object() local 791 strmax = 0; in _nc_write_object() 794 strmax = i + 1; in _nc_write_object() 797 nextfree = compute_offsets(tp->Strings, strmax, offsets); in _nc_write_object() 815 LITTLE_ENDIAN(buf + 8, strmax); in _nc_write_object() 851 convert_shorts(buf, offsets, strmax); in _nc_write_object() 852 if (Write(buf, SIZEOF_SHORT, strmax) != strmax) { in _nc_write_object() 859 for (i = 0; i < strmax; i++) { in _nc_write_object() [all …]
|