Home
last modified time | relevance | path

Searched refs:GM_MODEM (Results 1 – 8 of 8) sorted by relevance

/dports/games/d2x/d2x-0.2.5/main/
H A Dkmatrix.c103 if (!((Game_mode & GM_MODEM) || (Game_mode & GM_SERIAL))) in kmatrix_draw_item()
233 if (!((Game_mode & GM_MODEM) || (Game_mode & GM_SERIAL))) in kmatrix_draw_deaths()
239 if (!((Game_mode & GM_MODEM) || (Game_mode & GM_SERIAL))) in kmatrix_draw_deaths()
302 if (!((Game_mode & GM_MODEM) || (Game_mode & GM_SERIAL))) in kmatrix_draw_coop_deaths()
309 if (!((Game_mode & GM_MODEM) || (Game_mode & GM_SERIAL))) in kmatrix_draw_coop_deaths()
347 if ((Game_mode & GM_MODEM) || (Game_mode & GM_SERIAL)) in kmatrix_reactor()
375 if ((Game_mode & GM_MODEM) || (Game_mode & GM_SERIAL)) in kmatrix_phallic()
698 if ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) in kmatrix_view()
780 if ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) in kmatrix_view()
H A Dgame.h82 #define GM_MODEM 32 // You are in a modem (serial) game macro
H A Dmulti.c448 if ((Game_mode & GM_CAPTURE) && ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM))) in get_team()
919 if ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) in multi_do_frame()
945 if ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) in multi_send_data()
976 if ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) in multi_leave_game()
1011 if ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) in multi_endlevel()
1068 if ((Game_mode & GM_MODEM) && (!GetCd(com_port))) in multi_menu_poll()
1983 if ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) in multi_do_quit()
H A Dgameseq.c1519 if ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) in DoEndGame()
1895 if ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) in StartNewLevelSub()
H A Dmenu.c329 if ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) {
H A Dai.c1261 if (Game_mode & (GM_MODEM | GM_SERIAL)) in do_ai_frame()
/dports/games/d2x/d2x-0.2.5/main/old/
H A Dwinmodem.c558 if (Game_mode & GM_MODEM) in com_send_data()
819 if (Game_mode & GM_MODEM) in com_process_input()
978 else if (Game_mode & GM_MODEM) { in com_main_menu()
1105 if (Game_mode & GM_MODEM) in com_game_menu()
1115 else if (Game_mode & GM_MODEM) in com_game_menu()
1357 if (Game_mode & GM_MODEM) { in modem_main_menu()
1375 if (Game_mode & GM_MODEM) com_game_menu(); in modem_main_menu()
1381 if (Game_mode & GM_MODEM) com_game_menu(); in modem_main_menu()
1475 Game_mode |= GM_MODEM; in modem_dialout()
1555 Game_mode |= GM_MODEM; in modem_answer()
[all …]
H A Dmodem.c717 if (Game_mode & GM_MODEM) in codex()
983 if (Game_mode & GM_MODEM) in com_process_input()
1116 if (! ( (Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM) ) ) in codex()
1211 if (! ((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM)) ) in com_main_menu()
1224 if (Game_mode & GM_MODEM) in com_main_menu()
1234 else if (Game_mode & GM_MODEM) in com_main_menu()
1249 if (!((Game_mode & GM_SERIAL) || (Game_mode & GM_MODEM))) in com_main_menu()
1733 if (! ( (Game_mode & GM_MODEM) || (Game_mode & GM_SERIAL) ) ) in codex()
2139 Game_mode |= GM_MODEM; in modem_dialout()
2222 Game_mode |= GM_MODEM; in codex()