Home
last modified time | relevance | path

Searched refs:COMPUTER_HOPKINS (Results 1 – 6 of 6) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/hopkins/
H A Dcomputer.h34 enum ComputerEnum { COMPUTER_HOPKINS = 1, COMPUTER_SAMANTHA = 2, COMPUTER_PUBLIC = 3 }; enumerator
H A Dcomputer.cpp130 if (mode == COMPUTER_HOPKINS) in showComputer()
148 if ((mode == COMPUTER_HOPKINS) && !strcmp(_inputBuf, "HOPKINS")) in showComputer()
161 if (mode == COMPUTER_HOPKINS) in showComputer()
173 if (mode == COMPUTER_HOPKINS) { in showComputer()
213 } else if (mode == COMPUTER_HOPKINS) { in showComputer()
281 if (mode == COMPUTER_HOPKINS) in showComputer()
H A Dhopkins.cpp361 _computer->showComputer(COMPUTER_HOPKINS); in runWin95Demo()
693 _computer->showComputer(COMPUTER_HOPKINS); in runLinuxDemo()
1489 _computer->showComputer(COMPUTER_HOPKINS); in runFull()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hopkins/
H A Dcomputer.h34 enum ComputerEnum { COMPUTER_HOPKINS = 1, COMPUTER_SAMANTHA = 2, COMPUTER_PUBLIC = 3 }; enumerator
H A Dcomputer.cpp130 if (mode == COMPUTER_HOPKINS) in showComputer()
148 if ((mode == COMPUTER_HOPKINS) && !strcmp(_inputBuf, "HOPKINS")) in showComputer()
161 if (mode == COMPUTER_HOPKINS) in showComputer()
173 if (mode == COMPUTER_HOPKINS) { in showComputer()
213 } else if (mode == COMPUTER_HOPKINS) { in showComputer()
277 if (mode == COMPUTER_HOPKINS) in showComputer()
H A Dhopkins.cpp366 _computer->showComputer(COMPUTER_HOPKINS); in runWin95Demo()
693 _computer->showComputer(COMPUTER_HOPKINS); in runLinuxDemo()
1484 _computer->showComputer(COMPUTER_HOPKINS); in runFull()