Home
last modified time | relevance | path

Searched refs:cheat_xlate_table (Results 1 – 4 of 4) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dm_cheat.cpp41 static unsigned char cheat_xlate_table[256]; variable
57 cheat_xlate_table[i] = (unsigned char)SCRAMBLE(i); in cht_CheckCheat()
65 else if (cheat_xlate_table[(unsigned char)tolower(key)] == *cht->p) in cht_CheckCheat()
/dports/games/edge/Edge-1.35-source/src/
H A Dm_cheat.cc64 static unsigned char cheat_xlate_table[256]; variable
123 cheat_xlate_table[i] = SCRAMBLE(i); in M_CheckCheat()
129 if (cheat_xlate_table[(unsigned char)key] == *cht->p) in M_CheckCheat()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dm_cheat.c164 static byte cheat_xlate_table[256]; variable
170 cheat_xlate_table[i] = SCRAMBLE(i); in cht_Init()
186 else if (cheat_xlate_table[(byte) key] == *cht->p) in cht_CheckCheat()
935 else if (cheat_xlate_table[key] == *cheat->pos) in CheatAddKey()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_cheat.c158 static UINT8 cheat_xlate_table[256]; variable
167 cheat_xlate_table[i] = (UINT8)cc; in cht_Init()
184 else if (cheat_xlate_table[(UINT8)key] == *cht->p) in cht_CheckCheat()