Home
last modified time | relevance | path

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

/dports/games/spellcast/spellcast/
H A Dxloop.c244 py->statlist_size = 4;
245 py->statlist = (struct statthing *)malloc(sizeof(struct statthing) * py->statlist_size);
273 if (py->sistats.nlines >= py->statlist_size) {
274 while (py->sistats.nlines >= py->statlist_size)
275 py->statlist_size *= 2;
277 sizeof(struct statthing) * py->statlist_size);
H A Dxspell.h101 int statlist_size; member