Searched refs:nextfree (Results 1 – 2 of 2) sorted by relevance
588 int nextfree = 0; in compute_offsets() local597 offsets[i] = (short) nextfree; in compute_offsets()598 nextfree += (int) strlen(Strings[i]) + 1; in compute_offsets()600 _nc_visbuf(Strings[i]), (int) nextfree)); in compute_offsets()603 return nextfree; in compute_offsets()726 int nextfree; in _nc_write_object() local799 LITTLE_ENDIAN(buf + 10, nextfree); in _nc_write_object()855 if (even_boundary(nextfree)) { in _nc_write_object()859 nextfree = compute_offsets(tp->Strings + STRCOUNT, in _nc_write_object()868 nextfree += compute_offsets(tp->ext_Names, in _nc_write_object()[all …]
60 static struct BOARD *nextfree(void);194 now = nextfree(); /* get free BOARD */ in bsave()295 nextfree(void) in nextfree() function