Home
last modified time | relevance | path

Searched refs:COMP_TOTAL (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Ddoomstat.h109 COMP_TOTAL=32 // Some extra room for additional variables enumerator
112 extern int comp[COMP_TOTAL], default_comp[COMP_TOTAL];
H A Ddoomstat.c52 int comp[COMP_TOTAL], default_comp[COMP_TOTAL]; // killough 10/98
H A Dg_game.c2509 for (i=0; i < COMP_TOTAL; i++) in G_WriteOptions()
2594 for (i=0; i < COMP_TOTAL; i++) in G_ReadOptions()
/dports/games/prboom/prboom-2.5.0/src/
H A Ddoomstat.h114 COMP_TOTAL=32 // Some extra room for additional variables enumerator
117 extern int comp[COMP_TOTAL], default_comp[COMP_TOTAL];
H A Ddoomstat.c55 int comp[COMP_TOTAL], default_comp[COMP_TOTAL]; // killough 10/98
H A Dg_game.c2388 for (i=0; i < COMP_TOTAL; i++) in G_WriteOptions()
2481 for (i=0; i < COMP_TOTAL; i++) in G_ReadOptions()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Ddoomstat.h123 COMP_TOTAL=32 // Some extra room for additional variables enumerator
126 extern int comp[COMP_TOTAL], default_comp[COMP_TOTAL];
H A Ddoomstat.c62 int comp[COMP_TOTAL], default_comp[COMP_TOTAL]; // killough 10/98
H A Dg_game.c2823 for (i=0; i < COMP_TOTAL; i++) in G_WriteOptions()
2916 for (i=0; i < COMP_TOTAL; i++) in G_ReadOptions()
3169 static int comp_o[COMP_TOTAL]; in G_SaveRestoreGameOptions()
3223 for (i = 0; i < COMP_TOTAL; i++) in G_SaveRestoreGameOptions()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dg_game.c322 COMP_TOTAL=32 enumerator