Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c572 for (i = 0; i < strmax; i++) { in compute_offsets()
704 size_t namelen, boolmax, nummax, strmax, numlen; in _nc_write_object() local
756 strmax = 0; in _nc_write_object()
759 strmax = i + 1; in _nc_write_object()
779 LITTLE_ENDIAN(buf + 8, strmax); in _nc_write_object()
815 convert_shorts(buf, offsets, strmax); in _nc_write_object()
816 if (Write(buf, SIZEOF_SHORT, strmax) != strmax) { in _nc_write_object()
823 for (i = 0; i < strmax; i++) { in _nc_write_object()
853 strmax = tp->ext_Strings + ext_total; in _nc_write_object()
897 convert_shorts(buf, offsets, strmax); in _nc_write_object()
[all …]