nextfree
now = nextfree(); /* get free BOARD */
static struct BOARD *nextfree(void);
int nextfree = 0;
offsets[i] = (short) nextfree;
nextfree += (int) strlen(Strings[i]) + 1;
_nc_visbuf(Strings[i]), (int) nextfree));
return nextfree;
int nextfree;
nextfree = compute_offsets(tp->Strings, strmax, offsets);
LITTLE_ENDIAN(buf + 10, nextfree);
if (even_boundary(nextfree)) {
nextfree = compute_offsets(tp->Strings + STRCOUNT,
TRACE_OUT(("after extended string capabilities, nextfree=%d", nextfree));
nextfree += compute_offsets(tp->ext_Names,
TRACE_OUT(("after extended capnames, nextfree=%d", nextfree));
LITTLE_ENDIAN(buf + 8, nextfree);