Home
last modified time | relevance | path

Searched refs:Q_strcmp (Results 1 – 21 of 21) sorted by relevance

/external/quake/quake/src/WinQuake/
Dcvar.cpp37 if (!Q_strcmp (var_name, var->name)) in Cvar_FindVar()
116 changed = Q_strcmp(var->string, value); in Cvar_Set()
Dnet_loop.cpp53 if (Q_strcmp(hostname.string, "UNNAMED") == 0) in Loop_SearchForHosts()
67 if (Q_strcmp(host,"local") != 0) in Loop_Connect()
Dcmd.cpp549 if (!Q_strcmp (cmd_name, cmd->name)) in Cmd_AddCommand()
574 if (!Q_strcmp (cmd_name,cmd->name)) in Cmd_Exists()
Dcommon.h137 int Q_strcmp (const char *s1, const char *s2);
Dnet_ser.cpp739 if (Q_strcmp (hostcache[n].cname, "#") == 0) in Serial_SearchForHosts()
904 if (Q_strcmp(MSG_ReadString(), "QUAKE") != 0) in _Serial_CheckNewConnections()
924 if (Q_strcmp(MSG_ReadString(), "QUAKE") != 0) in _Serial_CheckNewConnections()
Dhost_cmd.cpp934 if (Q_strcmp(cl_name.string, newName) == 0) in Host_Name_f()
943 if (Q_strcmp(host_client->name, newName) != 0) in Host_Name_f()
971 if ((Cmd_Argc () == 3) && Q_strcmp(Cmd_Argv(1), "#") == 0) in Host_Please_f()
1452 if (Cmd_Argc() > 2 && Q_strcmp(Cmd_Argv(1), "#") == 0) in Host_Kick_f()
Dcommon.cpp225 int Q_strcmp (const char *s1, const char *s2) in Q_strcmp() function
1016 if (!Q_strcmp (parm,com_argv[i])) in COM_CheckParm()
1113 if (!Q_strcmp ("-safe", argv[com_argc])) in COM_InitArgv()
Dnet_wipx.cpp81 if (Q_strcmp(hostname.string, "UNNAMED") == 0) in WIPX_Init()
Dnet_mp.cpp80 if (Q_strcmp(hostname.string, "UNNAMED") == 0) in MPATH_Init()
Dnet_dgrm.cpp493 else if (Q_strcmp(Cmd_Argv(1), "*") == 0) in NET_Stats_f()
869 if (Q_strcmp(MSG_ReadString(), "QUAKE") != 0) in _Datagram_CheckNewConnections()
973 if (Q_strcmp(MSG_ReadString(), "QUAKE") != 0) in _Datagram_CheckNewConnections()
Dnet_udp.cpp165 if (Q_strcmp(hostname.string, "UNNAMED") == 0) in UDP_Init()
Dnet_wins.cpp190 if (Q_strcmp(hostname.string, "UNNAMED") == 0) in WINS_Init()
Dsnd_dma.cpp297 if (!Q_strcmp(known_sfx[i].name, name)) in S_FindName()
Din_win.cpp918 if (Q_strcmp (joy_name.string, "joystick") != 0) in Joy_AdvancedUpdate_f()
Dmenu.cpp797 if (Q_strcmp(cl_name.string, setup_myname) != 0) in M_Setup_Key()
799 if (Q_strcmp(hostname.string, setup_hostname) != 0) in M_Setup_Key()
/external/quake/quake/src/QW/client/
Dcmd.c529 if (!Q_strcmp (cmd_name, cmd->name)) in Cmd_AddCommand()
554 if (!Q_strcmp (cmd_name,cmd->name)) in Cmd_Exists()
Dcvar.c41 if (!Q_strcmp (var_name, var->name)) in Cvar_FindVar()
Dcommon.h143 #define Q_strcmp(s1, s2) strcmp((s1), (s2)) macro
Dcommon.c224 int Q_strcmp (char *s1, char *s2)
1094 if (!Q_strcmp (parm,com_argv[i])) in COM_CheckParm()
1163 if (!Q_strcmp ("-safe", argv[com_argc])) in COM_InitArgv()
Dsnd_dma.c293 if (!Q_strcmp(known_sfx[i].name, name)) in S_FindName()
Din_win.c911 if (Q_strcmp (joy_name.string, "joystick") != 0) in Joy_AdvancedUpdate_f()