Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c530 for (i = 0; i < strmax; i++) { in compute_offsets()
666 strmax = 0; in write_object()
669 strmax = i + 1; in write_object()
679 LITTLE_ENDIAN(buf + 8, strmax); in write_object()
709 convert_shorts(buf, offsets, strmax); in write_object()
710 if (Write(buf, 2, strmax) != strmax) in write_object()
716 for (i = 0; i < strmax; i++) in write_object()
740 strmax = tp->ext_Strings + extcnt; in write_object()
748 LITTLE_ENDIAN(buf + 6, strmax); in write_object()
774 convert_shorts(buf, offsets, strmax); in write_object()
[all …]