Home
last modified time | relevance | path

Searched refs:charstats (Results 1 – 5 of 5) sorted by relevance

/original-bsd/games/phantasia/
H A Dphantglobs.c40 struct charstats *Statptr;/* pointer into Stattable[] */
43 struct charstats Stattable[7] =
H A Dphantglobs.h38 extern struct charstats Stattable[];/* used for rolling and changing player stats*/
40 extern struct charstats *Statptr;/* pointer into Stattable[] */
H A Dphantstruct.h100 struct charstats /* character type statistics */ struct
H A Dmain.c1107 register struct charstats *statptr;/* for pointing into Stattable */
H A Dmisc.c37 register struct charstats *statptr; /* for pointing into Stattable */ in movelevel()