OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subscript
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/phantasia/
main.c
931
int
subscript
; /* used for subscripting into Stattable */
local in function:genchar
934
subscript
= type - '1';
936
if (
subscript
< C_MAGIC ||
subscript
> C_EXPER)
937
if (
subscript
!= C_SUPER || !Wizard)
939
subscript
= C_FIGHTER;
941
statptr = &Stattable[
subscript
];
957
Player.p_type =
subscript
;
main.c
931
int
subscript
; /* used for subscripting into Stattable */
local in function:genchar
934
subscript
= type - '1';
936
if (
subscript
< C_MAGIC ||
subscript
> C_EXPER)
937
if (
subscript
!= C_SUPER || !Wizard)
939
subscript
= C_FIGHTER;
941
statptr = &Stattable[
subscript
];
957
Player.p_type =
subscript
;
main.c
931
int
subscript
; /* used for subscripting into Stattable */
local in function:genchar
934
subscript
= type - '1';
936
if (
subscript
< C_MAGIC ||
subscript
> C_EXPER)
937
if (
subscript
!= C_SUPER || !Wizard)
939
subscript
= C_FIGHTER;
941
statptr = &Stattable[
subscript
];
957
Player.p_type =
subscript
;
Completed in 37 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025