OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stattable
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/phantasia/
phantglobs.c
48
const struct charstats *Statptr;/* pointer into
Stattable
[] */
51
const struct charstats
Stattable
[7] = {
phantglobs.h
40
extern const struct charstats
Stattable
[];/* used for rolling and changing player stats*/
42
extern const struct charstats *Statptr;/* pointer into
Stattable
[] */
main.c
199
Statptr = &
Stattable
[Player.p_type]; /* initialize pointer */
931
int subscript; /* used for subscripting into
Stattable
*/
932
const struct charstats *statptr; /* for pointing into
Stattable
*/
941
statptr = &
Stattable
[subscript];
misc.c
31
const struct charstats *statptr; /* for pointing into
Stattable
*/
39
statptr = &
Stattable
[(int) ROLL(C_MAGIC, C_HALFLING - C_MAGIC + 1)];
Completed in 35 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025