Searched refs:compute_offsets (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c495 compute_offsets(char **Strings, unsigned strmax, short *offsets) function
642 nextfree = compute_offsets(tp->Strings, strmax, offsets);
698 nextfree = compute_offsets(tp->Strings + STRCOUNT,
706 nextfree += compute_offsets(tp->ext_Names,

Completed in 92 milliseconds