Home
last modified time | relevance | path

Searched refs:mystStackNames (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dconsole.cpp110 static const char *mystStackNames[12] = { variable
141 debugPrintf("Current Stack: %s\n", mystStackNames[_vm->_stack->getStackId()]); in Cmd_CurStack()
150 for (byte i = 0; i < ARRAYSIZE(mystStackNames); i++) in Cmd_ChangeStack()
151 debugPrintf(" %s\n", mystStackNames[i]); in Cmd_ChangeStack()
160 for (byte i = 1; i <= ARRAYSIZE(mystStackNames); i++) in Cmd_ChangeStack()
161 if (!scumm_stricmp(argv[1], mystStackNames[i - 1])) { in Cmd_ChangeStack()
260 for (byte i = 0; i < ARRAYSIZE(mystStackNames); i++) in Cmd_PlayMovie()
261 if (!scumm_stricmp(argv[2], mystStackNames[i])) { in Cmd_PlayMovie()
333 for (uint i = 0; i < ARRAYSIZE(mystStackNames); i++) { in Cmd_QuickTest()
338 debug("Loading stack %s", mystStackNames[stackId]); in Cmd_QuickTest()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dconsole.cpp111 static const char *mystStackNames[12] = { variable
142 debugPrintf("Current Stack: %s\n", mystStackNames[_vm->_stack->getStackId()]); in Cmd_CurStack()
151 for (byte i = 0; i < ARRAYSIZE(mystStackNames); i++) in Cmd_ChangeStack()
152 debugPrintf(" %s\n", mystStackNames[i]); in Cmd_ChangeStack()
161 for (byte i = 1; i <= ARRAYSIZE(mystStackNames); i++) in Cmd_ChangeStack()
162 if (!scumm_stricmp(argv[1], mystStackNames[i - 1])) { in Cmd_ChangeStack()
261 for (byte i = 0; i < ARRAYSIZE(mystStackNames); i++) in Cmd_PlayMovie()
262 if (!scumm_stricmp(argv[2], mystStackNames[i])) { in Cmd_PlayMovie()
334 for (uint i = 0; i < ARRAYSIZE(mystStackNames); i++) { in Cmd_QuickTest()
339 debug("Loading stack %s", mystStackNames[stackId]); in Cmd_QuickTest()