Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDwrite_entry.c527 int nextfree = 0; in compute_offsets() local
536 offsets[i] = (short) nextfree; in compute_offsets()
537 nextfree += (int) strlen(Strings[i]) + 1; in compute_offsets()
539 _nc_visbuf(Strings[i]), (int) nextfree)); in compute_offsets()
542 return nextfree; in compute_offsets()
630 int nextfree; in write_object() local
672 nextfree = compute_offsets(tp->Strings, strmax, offsets); in write_object()
680 LITTLE_ENDIAN(buf + 10, nextfree); in write_object()
725 if (even_boundary(nextfree)) in write_object()
728 nextfree = compute_offsets(tp->Strings + STRCOUNT, in write_object()
[all …]