Searched refs:strmax (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | write_entry.c | 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() 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() 871 strmax = tp->ext_Strings + ext_total; in _nc_write_object() 915 convert_shorts(buf, offsets, strmax); in _nc_write_object() [all …]
|