/external/quake/quake/src/WinQuake/ |
D | cl_input.cpp | 422 Cmd_AddCommand ("+moveup",IN_UpDown); in CL_InitInput() 423 Cmd_AddCommand ("-moveup",IN_UpUp); in CL_InitInput() 424 Cmd_AddCommand ("+movedown",IN_DownDown); in CL_InitInput() 425 Cmd_AddCommand ("-movedown",IN_DownUp); in CL_InitInput() 426 Cmd_AddCommand ("+left",IN_LeftDown); in CL_InitInput() 427 Cmd_AddCommand ("-left",IN_LeftUp); in CL_InitInput() 428 Cmd_AddCommand ("+right",IN_RightDown); in CL_InitInput() 429 Cmd_AddCommand ("-right",IN_RightUp); in CL_InitInput() 430 Cmd_AddCommand ("+forward",IN_ForwardDown); in CL_InitInput() 431 Cmd_AddCommand ("-forward",IN_ForwardUp); in CL_InitInput() [all …]
|
D | host_cmd.cpp | 1888 Cmd_AddCommand ("status", Host_Status_f); in Host_InitCommands() 1889 Cmd_AddCommand ("quit", Host_Quit_f); in Host_InitCommands() 1890 Cmd_AddCommand ("god", Host_God_f); in Host_InitCommands() 1891 Cmd_AddCommand ("notarget", Host_Notarget_f); in Host_InitCommands() 1892 Cmd_AddCommand ("fly", Host_Fly_f); in Host_InitCommands() 1893 Cmd_AddCommand ("map", Host_Map_f); in Host_InitCommands() 1894 Cmd_AddCommand ("restart", Host_Restart_f); in Host_InitCommands() 1895 Cmd_AddCommand ("changelevel", Host_Changelevel_f); in Host_InitCommands() 1897 Cmd_AddCommand ("changelevel2", Host_Changelevel2_f); in Host_InitCommands() 1899 Cmd_AddCommand ("connect", Host_Connect_f); in Host_InitCommands() [all …]
|
D | cmd.cpp | 433 Cmd_AddCommand ("stuffcmds",Cmd_StuffCmds_f); in Cmd_Init() 434 Cmd_AddCommand ("exec",Cmd_Exec_f); in Cmd_Init() 435 Cmd_AddCommand ("echo",Cmd_Echo_f); in Cmd_Init() 436 Cmd_AddCommand ("alias",Cmd_Alias_f); in Cmd_Init() 437 Cmd_AddCommand ("cmd", Cmd_ForwardToServer); in Cmd_Init() 438 Cmd_AddCommand ("wait", Cmd_Wait_f); in Cmd_Init() 532 void Cmd_AddCommand (const char *cmd_name, xcommand_t function) in Cmd_AddCommand() function
|
D | vid_dos.cpp | 106 Cmd_AddCommand ("vid_testmode", VID_TestMode_f); in VID_Init() 107 Cmd_AddCommand ("vid_nummodes", VID_NumModes_f); in VID_Init() 108 Cmd_AddCommand ("vid_describecurrentmode", VID_DescribeCurrentMode_f); in VID_Init() 109 Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f); in VID_Init() 110 Cmd_AddCommand ("vid_describemodes", VID_DescribeModes_f); in VID_Init()
|
D | cl_main.cpp | 750 Cmd_AddCommand ("entities", CL_PrintEntities_f); in CL_Init() 751 Cmd_AddCommand ("disconnect", CL_Disconnect_f); in CL_Init() 752 Cmd_AddCommand ("record", CL_Record_f); in CL_Init() 753 Cmd_AddCommand ("stop", CL_Stop_f); in CL_Init() 754 Cmd_AddCommand ("playdemo", CL_PlayDemo_f); in CL_Init() 755 Cmd_AddCommand ("timedemo", CL_TimeDemo_f); in CL_Init()
|
D | console.cpp | 241 Cmd_AddCommand ("toggleconsole", Con_ToggleConsole_f); in Con_Init() 242 Cmd_AddCommand ("messagemode", Con_MessageMode_f); in Con_Init() 243 Cmd_AddCommand ("messagemode2", Con_MessageMode2_f); in Con_Init() 244 Cmd_AddCommand ("clear", Con_Clear_f); in Con_Init()
|
D | menu.cpp | 3024 Cmd_AddCommand ("togglemenu", M_ToggleMenu_f); in M_Init() 3026 Cmd_AddCommand ("menu_main", M_Menu_Main_f); in M_Init() 3027 Cmd_AddCommand ("menu_singleplayer", M_Menu_SinglePlayer_f); in M_Init() 3028 Cmd_AddCommand ("menu_load", M_Menu_Load_f); in M_Init() 3029 Cmd_AddCommand ("menu_save", M_Menu_Save_f); in M_Init() 3030 Cmd_AddCommand ("menu_multiplayer", M_Menu_MultiPlayer_f); in M_Init() 3031 Cmd_AddCommand ("menu_setup", M_Menu_Setup_f); in M_Init() 3032 Cmd_AddCommand ("menu_options", M_Menu_Options_f); in M_Init() 3033 Cmd_AddCommand ("menu_keys", M_Menu_Keys_f); in M_Init() 3034 Cmd_AddCommand ("menu_video", M_Menu_Video_f); in M_Init() [all …]
|
D | snd_dma.cpp | 178 Cmd_AddCommand("play", S_Play); in S_Init() 179 Cmd_AddCommand("playvol", S_PlayVol); in S_Init() 180 Cmd_AddCommand("stopsound", S_StopAllSoundsC); in S_Init() 181 Cmd_AddCommand("soundlist", S_SoundList); in S_Init() 182 Cmd_AddCommand("soundinfo", S_SoundInfo_f); in S_Init()
|
D | vid_svgalib.cpp | 576 Cmd_AddCommand("vid_nummodes", VID_NumModes_f); in VID_Init() 577 Cmd_AddCommand("vid_describemode", VID_DescribeMode_f); in VID_Init() 578 Cmd_AddCommand("vid_describemodes", VID_DescribeModes_f); in VID_Init() 579 Cmd_AddCommand("vid_debug", VID_Debug_f); in VID_Init() 844 Cmd_AddCommand ("force_centerview", Force_CenterView_f); in IN_Init()
|
D | keys.cpp | 584 Cmd_AddCommand ("bind",Key_Bind_f); in Key_Init() 585 Cmd_AddCommand ("unbind",Key_Unbind_f); in Key_Init() 586 Cmd_AddCommand ("unbindall",Key_Unbindall_f); in Key_Init()
|
D | gl_rmisc.cpp | 186 Cmd_AddCommand ("timerefresh", R_TimeRefresh_f); in R_Init() 187 Cmd_AddCommand ("envmap", R_Envmap_f); in R_Init() 188 Cmd_AddCommand ("pointfile", R_ReadPointFile_f); in R_Init()
|
D | net_main.cpp | 867 Cmd_AddCommand ("slist", NET_Slist_f); in NET_Init() 868 Cmd_AddCommand ("listen", NET_Listen_f); in NET_Init() 869 Cmd_AddCommand ("maxplayers", MaxPlayers_f); in NET_Init() 870 Cmd_AddCommand ("port", NET_Port_f); in NET_Init()
|
D | cmd.h | 83 void Cmd_AddCommand (const char *cmd_name, xcommand_t function);
|
D | gl_screen.cpp | 386 Cmd_AddCommand ("screenshot",SCR_ScreenShot_f); in SCR_Init() 387 Cmd_AddCommand ("sizeup",SCR_SizeUp_f); in SCR_Init() 388 Cmd_AddCommand ("sizedown",SCR_SizeDown_f); in SCR_Init()
|
/external/quake/quake/src/QW/client/ |
D | cl_input.c | 490 Cmd_AddCommand ("+moveup",IN_UpDown); in CL_InitInput() 491 Cmd_AddCommand ("-moveup",IN_UpUp); in CL_InitInput() 492 Cmd_AddCommand ("+movedown",IN_DownDown); in CL_InitInput() 493 Cmd_AddCommand ("-movedown",IN_DownUp); in CL_InitInput() 494 Cmd_AddCommand ("+left",IN_LeftDown); in CL_InitInput() 495 Cmd_AddCommand ("-left",IN_LeftUp); in CL_InitInput() 496 Cmd_AddCommand ("+right",IN_RightDown); in CL_InitInput() 497 Cmd_AddCommand ("-right",IN_RightUp); in CL_InitInput() 498 Cmd_AddCommand ("+forward",IN_ForwardDown); in CL_InitInput() 499 Cmd_AddCommand ("-forward",IN_ForwardUp); in CL_InitInput() [all …]
|
D | cl_main.c | 1130 Cmd_AddCommand ("version", CL_Version_f); in CL_Init() 1132 Cmd_AddCommand ("changing", CL_Changing_f); in CL_Init() 1133 Cmd_AddCommand ("disconnect", CL_Disconnect_f); in CL_Init() 1134 Cmd_AddCommand ("record", CL_Record_f); in CL_Init() 1135 Cmd_AddCommand ("rerecord", CL_ReRecord_f); in CL_Init() 1136 Cmd_AddCommand ("stop", CL_Stop_f); in CL_Init() 1137 Cmd_AddCommand ("playdemo", CL_PlayDemo_f); in CL_Init() 1138 Cmd_AddCommand ("timedemo", CL_TimeDemo_f); in CL_Init() 1140 Cmd_AddCommand ("skins", Skin_Skins_f); in CL_Init() 1141 Cmd_AddCommand ("allskins", Skin_AllSkins_f); in CL_Init() [all …]
|
D | cmd.c | 512 void Cmd_AddCommand (char *cmd_name, xcommand_t function) in Cmd_AddCommand() function 739 Cmd_AddCommand ("stuffcmds",Cmd_StuffCmds_f); in Cmd_Init() 740 Cmd_AddCommand ("exec",Cmd_Exec_f); in Cmd_Init() 741 Cmd_AddCommand ("echo",Cmd_Echo_f); in Cmd_Init() 742 Cmd_AddCommand ("alias",Cmd_Alias_f); in Cmd_Init() 743 Cmd_AddCommand ("wait", Cmd_Wait_f); in Cmd_Init() 745 Cmd_AddCommand ("cmd", Cmd_ForwardToServer_f); in Cmd_Init()
|
D | console.c | 243 Cmd_AddCommand ("toggleconsole", Con_ToggleConsole_f); in Con_Init() 244 Cmd_AddCommand ("togglechat", Con_ToggleChat_f); in Con_Init() 245 Cmd_AddCommand ("messagemode", Con_MessageMode_f); in Con_Init() 246 Cmd_AddCommand ("messagemode2", Con_MessageMode2_f); in Con_Init() 247 Cmd_AddCommand ("clear", Con_Clear_f); in Con_Init()
|
D | menu.c | 1118 Cmd_AddCommand ("togglemenu", M_ToggleMenu_f); in M_Init() 1120 Cmd_AddCommand ("menu_main", M_Menu_Main_f); in M_Init() 1121 Cmd_AddCommand ("menu_options", M_Menu_Options_f); in M_Init() 1122 Cmd_AddCommand ("menu_keys", M_Menu_Keys_f); in M_Init() 1123 Cmd_AddCommand ("menu_video", M_Menu_Video_f); in M_Init() 1124 Cmd_AddCommand ("help", M_Menu_Help_f); in M_Init() 1125 Cmd_AddCommand ("menu_quit", M_Menu_Quit_f); in M_Init()
|
D | snd_dma.c | 181 Cmd_AddCommand("play", S_Play); in S_Init() 182 Cmd_AddCommand("playvol", S_PlayVol); in S_Init() 183 Cmd_AddCommand("stopsound", S_StopAllSoundsC); in S_Init() 184 Cmd_AddCommand("soundlist", S_SoundList); in S_Init() 185 Cmd_AddCommand("soundinfo", S_SoundInfo_f); in S_Init()
|
D | vid_svgalib.c | 579 Cmd_AddCommand("vid_nummodes", VID_NumModes_f); in VID_Init() 580 Cmd_AddCommand("vid_describemode", VID_DescribeMode_f); in VID_Init() 581 Cmd_AddCommand("vid_describemodes", VID_DescribeModes_f); in VID_Init() 582 Cmd_AddCommand("vid_debug", VID_Debug_f); in VID_Init() 857 Cmd_AddCommand ("force_centerview", Force_CenterView_f); in IN_Init()
|
D | gl_rmisc.c | 176 Cmd_AddCommand ("timerefresh", R_TimeRefresh_f); in R_Init() 177 Cmd_AddCommand ("envmap", R_Envmap_f); in R_Init() 178 Cmd_AddCommand ("pointfile", R_ReadPointFile_f); in R_Init()
|
D | cmd.h | 69 void Cmd_AddCommand (char *cmd_name, xcommand_t function);
|
D | keys.c | 663 Cmd_AddCommand ("bind",Key_Bind_f); in Key_Init() 664 Cmd_AddCommand ("unbind",Key_Unbind_f); in Key_Init() 665 Cmd_AddCommand ("unbindall",Key_Unbindall_f); in Key_Init()
|
/external/quake/quake/src/QW/server/ |
D | sv_ccmds.c | 874 Cmd_AddCommand ("logfile", SV_Logfile_f); in SV_InitOperatorCommands() 875 Cmd_AddCommand ("fraglogfile", SV_Fraglogfile_f); in SV_InitOperatorCommands() 877 Cmd_AddCommand ("snap", SV_Snap_f); in SV_InitOperatorCommands() 878 Cmd_AddCommand ("snapall", SV_SnapAll_f); in SV_InitOperatorCommands() 879 Cmd_AddCommand ("kick", SV_Kick_f); in SV_InitOperatorCommands() 880 Cmd_AddCommand ("status", SV_Status_f); in SV_InitOperatorCommands() 882 Cmd_AddCommand ("map", SV_Map_f); in SV_InitOperatorCommands() 883 Cmd_AddCommand ("setmaster", SV_SetMaster_f); in SV_InitOperatorCommands() 885 Cmd_AddCommand ("say", SV_ConSay_f); in SV_InitOperatorCommands() 886 Cmd_AddCommand ("heartbeat", SV_Heartbeat_f); in SV_InitOperatorCommands() [all …]
|