Home
last modified time | relevance | path

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

/dports/games/spellcast/spellcast/
H A Dxloop.c247 py->sistats.nlines = 0;
249 py->sistats.py = py;
250 py->sistats.top = 0;
252 py->sistats.x = STATS_X;
253 py->sistats.y = STATS_Y;
254 py->sistats.h = STATS_H;
261 py->sistats.nlines = 0;
262 py->sistats.top = 0;
279 num = py->sistats.nlines;
280 py->sistats.nlines++;
[all …]
H A Dxspell.h68 struct scroll_interface sitext, siquery, sistats; member