Home
last modified time | relevance | path

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

/dports/games/spellcast/spellcast/
H A Dxloop.c245 py->statlist = (struct statthing *)malloc(sizeof(struct statthing) * py->statlist_size);
276 py->statlist = (struct statthing *)realloc(py->statlist,
277 sizeof(struct statthing) * py->statlist_size);
330 struct statthing *st;
393 struct statthing *st1, *st2; in statthing_compare()
448 qsort(py->statlist, py->sistats.nlines, sizeof(struct statthing), statthing_compare);
H A Dxspell.h46 struct statthing { struct
100 struct statthing *statlist;