HomeSort by relevance Sort by last modified time
    Searched refs:Q_strcmp (Results 1 - 25 of 31) sorted by null

1 2

  /external/quake/quake/src/WinQuake/
cvar.cpp 37 if (!Q_strcmp (var_name, var->name))
116 changed = Q_strcmp(var->string, value);
net_loop.cpp 53 if (Q_strcmp(hostname.string, "UNNAMED") == 0)
67 if (Q_strcmp(host,"local") != 0)
common.h 137 int Q_strcmp (const char *s1, const char *s2);
cmd.cpp 549 if (!Q_strcmp (cmd_name, cmd->name))
574 if (!Q_strcmp (cmd_name,cmd->name))
net_mp.cpp 80 if (Q_strcmp(hostname.string, "UNNAMED") == 0)
host_cmd.cpp 934 if (Q_strcmp(cl_name.string, newName) == 0)
943 if (Q_strcmp(host_client->name, newName) != 0)
971 if ((Cmd_Argc () == 3) && Q_strcmp(Cmd_Argv(1), "#") == 0)
1452 if (Cmd_Argc() > 2 && Q_strcmp(Cmd_Argv(1), "#") == 0)
    [all...]
net_udp.cpp 165 if (Q_strcmp(hostname.string, "UNNAMED") == 0)
net_wipx.cpp 81 if (Q_strcmp(hostname.string, "UNNAMED") == 0)
common.cpp 225 int Q_strcmp (const char *s1, const char *s2)
1016 if (!Q_strcmp (parm,com_argv[i]))
1113 if (!Q_strcmp ("-safe", argv[com_argc]))
    [all...]
net_dgrm.cpp 493 else if (Q_strcmp(Cmd_Argv(1), "*") == 0)
869 if (Q_strcmp(MSG_ReadString(), "QUAKE") != 0)
973 if (Q_strcmp(MSG_ReadString(), "QUAKE") != 0)
    [all...]
net_ser.cpp 739 if (Q_strcmp (hostcache[n].cname, "#") == 0)
904 if (Q_strcmp(MSG_ReadString(), "QUAKE") != 0)
924 if (Q_strcmp(MSG_ReadString(), "QUAKE") != 0)
net_wins.cpp 190 if (Q_strcmp(hostname.string, "UNNAMED") == 0)
  /gdk/samples/quake/jni/
cvar.cpp 37 if (!Q_strcmp (var_name, var->name))
116 changed = Q_strcmp(var->string, value);
net_loop.cpp 53 if (Q_strcmp(hostname.string, "UNNAMED") == 0)
67 if (Q_strcmp(host,"local") != 0)
common.h 137 int Q_strcmp (const char *s1, const char *s2);
cmd.cpp 549 if (!Q_strcmp (cmd_name, cmd->name))
574 if (!Q_strcmp (cmd_name,cmd->name))
host_cmd.cpp 934 if (Q_strcmp(cl_name.string, newName) == 0)
943 if (Q_strcmp(host_client->name, newName) != 0)
971 if ((Cmd_Argc () == 3) && Q_strcmp(Cmd_Argv(1), "#") == 0)
1452 if (Cmd_Argc() > 2 && Q_strcmp(Cmd_Argv(1), "#") == 0)
    [all...]
net_udp.cpp 165 if (Q_strcmp(hostname.string, "UNNAMED") == 0)
common.cpp 225 int Q_strcmp (const char *s1, const char *s2)
1016 if (!Q_strcmp (parm,com_argv[i]))
1113 if (!Q_strcmp ("-safe", argv[com_argc]))
    [all...]
net_dgrm.cpp 493 else if (Q_strcmp(Cmd_Argv(1), "*") == 0)
869 if (Q_strcmp(MSG_ReadString(), "QUAKE") != 0)
973 if (Q_strcmp(MSG_ReadString(), "QUAKE") != 0)
    [all...]
  /external/quake/quake/src/QW/client/
cvar.c 41 if (!Q_strcmp (var_name, var->name))
cmd.c 529 if (!Q_strcmp (cmd_name, cmd->name))
554 if (!Q_strcmp (cmd_name,cmd->name))
common.h 143 #define Q_strcmp(s1, s2) strcmp((s1), (s2))
common.c 224 int Q_strcmp (char *s1, char *s2)
1094 if (!Q_strcmp (parm,com_argv[i]))
1163 if (!Q_strcmp ("-safe", argv[com_argc]))
    [all...]
in_win.c 911 if (Q_strcmp (joy_name.string, "joystick") != 0)

Completed in 166 milliseconds

1 2