Searched refs:Q_strcmp (Results 1 – 21 of 21) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | cvar.cpp | 37 if (!Q_strcmp (var_name, var->name)) in Cvar_FindVar() 116 changed = Q_strcmp(var->string, value); in Cvar_Set()
|
D | net_loop.cpp | 53 if (Q_strcmp(hostname.string, "UNNAMED") == 0) in Loop_SearchForHosts() 67 if (Q_strcmp(host,"local") != 0) in Loop_Connect()
|
D | cmd.cpp | 549 if (!Q_strcmp (cmd_name, cmd->name)) in Cmd_AddCommand() 574 if (!Q_strcmp (cmd_name,cmd->name)) in Cmd_Exists()
|
D | common.h | 137 int Q_strcmp (const char *s1, const char *s2);
|
D | net_ser.cpp | 739 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()
|
D | host_cmd.cpp | 934 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()
|
D | common.cpp | 225 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()
|
D | net_wipx.cpp | 81 if (Q_strcmp(hostname.string, "UNNAMED") == 0) in WIPX_Init()
|
D | net_mp.cpp | 80 if (Q_strcmp(hostname.string, "UNNAMED") == 0) in MPATH_Init()
|
D | net_dgrm.cpp | 493 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()
|
D | net_udp.cpp | 165 if (Q_strcmp(hostname.string, "UNNAMED") == 0) in UDP_Init()
|
D | net_wins.cpp | 190 if (Q_strcmp(hostname.string, "UNNAMED") == 0) in WINS_Init()
|
D | snd_dma.cpp | 297 if (!Q_strcmp(known_sfx[i].name, name)) in S_FindName()
|
D | in_win.cpp | 918 if (Q_strcmp (joy_name.string, "joystick") != 0) in Joy_AdvancedUpdate_f()
|
D | menu.cpp | 797 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/ |
D | cmd.c | 529 if (!Q_strcmp (cmd_name, cmd->name)) in Cmd_AddCommand() 554 if (!Q_strcmp (cmd_name,cmd->name)) in Cmd_Exists()
|
D | cvar.c | 41 if (!Q_strcmp (var_name, var->name)) in Cvar_FindVar()
|
D | common.h | 143 #define Q_strcmp(s1, s2) strcmp((s1), (s2)) macro
|
D | common.c | 224 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()
|
D | snd_dma.c | 293 if (!Q_strcmp(known_sfx[i].name, name)) in S_FindName()
|
D | in_win.c | 911 if (Q_strcmp (joy_name.string, "joystick") != 0) in Joy_AdvancedUpdate_f()
|