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

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dwrite_entry.c368 compute_offsets(char **Strings, unsigned strmax, short *offsets) function
456 nextfree = compute_offsets(tp->Strings, strmax, offsets);
512 nextfree = compute_offsets(tp->Strings + STRCOUNT, tp->ext_Strings, offsets);
514 nextfree += compute_offsets(tp->ext_Names, extcnt, offsets + tp->ext_Strings);

Completed in 81 milliseconds