/external/quake/quake/src/QW/client/ |
cd_linux.c | 221 if (Q_strcasecmp(command, "on") == 0) 227 if (Q_strcasecmp(command, "off") == 0) 235 if (Q_strcasecmp(command, "reset") == 0) 246 if (Q_strcasecmp(command, "remap") == 0) 261 if (Q_strcasecmp(command, "close") == 0) 277 if (Q_strcasecmp(command, "play") == 0) 283 if (Q_strcasecmp(command, "loop") == 0) 289 if (Q_strcasecmp(command, "stop") == 0) 295 if (Q_strcasecmp(command, "pause") == 0) 301 if (Q_strcasecmp(command, "resume") == 0 [all...] |
cd_win.c | 255 if (Q_strcasecmp(command, "on") == 0)
261 if (Q_strcasecmp(command, "off") == 0)
269 if (Q_strcasecmp(command, "reset") == 0)
280 if (Q_strcasecmp(command, "remap") == 0)
295 if (Q_strcasecmp(command, "close") == 0)
311 if (Q_strcasecmp(command, "play") == 0)
317 if (Q_strcasecmp(command, "loop") == 0)
323 if (Q_strcasecmp(command, "stop") == 0)
329 if (Q_strcasecmp(command, "pause") == 0)
335 if (Q_strcasecmp(command, "resume") == 0) [all...] |
cd_audio.c | 632 if (Q_strcasecmp(command, "on") == 0) 638 if (Q_strcasecmp(command, "off") == 0) 646 if (Q_strcasecmp(command, "reset") == 0) 658 if (Q_strcasecmp(command, "remap") == 0) 679 if (Q_strcasecmp(command, "play") == 0) 685 if (Q_strcasecmp(command, "loop") == 0) 691 if (Q_strcasecmp(command, "stop") == 0) 697 if (Q_strcasecmp(command, "resume") == 0) 703 if (Q_strcasecmp(command, "eject") == 0) 712 if (Q_strcasecmp(command, "info") == 0 [all...] |
common.h | 148 #define Q_strcasecmp(s1, s2) _stricmp((s1), (s2))
153 #define Q_strcasecmp(s1, s2) strcasecmp((s1), (s2))
|
cmd.c | 637 if (Q_strcasecmp(Cmd_Argv(1), "snap") == 0) { 679 if (!Q_strcasecmp (cmd_argv[0],cmd->name)) 692 if (!Q_strcasecmp (cmd_argv[0], a->name)) 723 if (! Q_strcasecmp (parm, Cmd_Argv (i)))
|
keys.c | 430 if (!Q_strcasecmp(str,kn->name))
|
gl_draw.c | 345 if (!Q_strcasecmp (modes[i].name, Cmd_Argv(1) ) ) [all...] |
common.c | 286 int Q_strcasecmp (char *s1, char *s2) [all...] |
/external/quake/quake/src/WinQuake/ |
cd_linux.cpp | 221 if (Q_strcasecmp(command, "on") == 0) 227 if (Q_strcasecmp(command, "off") == 0) 235 if (Q_strcasecmp(command, "reset") == 0) 246 if (Q_strcasecmp(command, "remap") == 0) 261 if (Q_strcasecmp(command, "close") == 0) 277 if (Q_strcasecmp(command, "play") == 0) 283 if (Q_strcasecmp(command, "loop") == 0) 289 if (Q_strcasecmp(command, "stop") == 0) 295 if (Q_strcasecmp(command, "pause") == 0) 301 if (Q_strcasecmp(command, "resume") == 0 [all...] |
cd_win.cpp | 255 if (Q_strcasecmp(command, "on") == 0)
261 if (Q_strcasecmp(command, "off") == 0)
269 if (Q_strcasecmp(command, "reset") == 0)
280 if (Q_strcasecmp(command, "remap") == 0)
295 if (Q_strcasecmp(command, "close") == 0)
311 if (Q_strcasecmp(command, "play") == 0)
317 if (Q_strcasecmp(command, "loop") == 0)
323 if (Q_strcasecmp(command, "stop") == 0)
329 if (Q_strcasecmp(command, "pause") == 0)
335 if (Q_strcasecmp(command, "resume") == 0) [all...] |
cd_audio.cpp | 635 if (Q_strcasecmp(command, "on") == 0)
641 if (Q_strcasecmp(command, "off") == 0)
649 if (Q_strcasecmp(command, "reset") == 0)
661 if (Q_strcasecmp(command, "remap") == 0)
682 if (Q_strcasecmp(command, "play") == 0)
688 if (Q_strcasecmp(command, "loop") == 0)
694 if (Q_strcasecmp(command, "stop") == 0)
700 if (Q_strcasecmp(command, "pause") == 0)
706 if (Q_strcasecmp(command, "resume") == 0)
712 if (Q_strcasecmp(command, "eject") == 0) [all...] |
net_dgrm.cpp | 143 if (Q_strcasecmp(Cmd_Argv(1), "off") == 0) 503 if (Q_strcasecmp(Cmd_Argv(1), s->address) == 0) 507 if (Q_strcasecmp(Cmd_Argv(1), s->address) == 0) 596 if (Q_strcasecmp (host, hostcache[n].name) == 0) 724 if (Q_strcasecmp (host, hostcache[n].name) == 0) 1189 if (Q_strcasecmp (hostcache[n].name, hostcache[i].name) == 0) [all...] |
cmd.cpp | 629 if (!Q_strcasecmp (cmd_argv[0],cmd->name)) 639 if (!Q_strcasecmp (cmd_argv[0], a->name)) 679 if (Q_strcasecmp(Cmd_Argv(0), "cmd") != 0) 708 if (! Q_strcasecmp (parm, Cmd_Argv (i)))
|
net_main.cpp | 381 if (Q_strcasecmp (host, "local") == 0) 390 if (Q_strcasecmp (host, hostcache[n].name) == 0) 416 if (Q_strcasecmp (host, hostcache[n].name) == 0)
|
common.h | 139 int Q_strcasecmp (const char *s1, const char *s2);
|
host_cmd.cpp | 997 if (Q_strcasecmp(cl->name, Cmd_Argv(1)) == 0) 1133 if (Q_strcasecmp(client->name, Cmd_Argv(1))) 1468 if (Q_strcasecmp(host_client->name, Cmd_Argv(1)) == 0) [all...] |
keys.cpp | 352 if (!Q_strcasecmp(str,kn->name))
|
common.cpp | 287 int Q_strcasecmp (const char *s1, const char *s2) [all...] |
/gdk/samples/quake/jni/ |
net_dgrm.cpp | 143 if (Q_strcasecmp(Cmd_Argv(1), "off") == 0) 503 if (Q_strcasecmp(Cmd_Argv(1), s->address) == 0) 507 if (Q_strcasecmp(Cmd_Argv(1), s->address) == 0) 596 if (Q_strcasecmp (host, hostcache[n].name) == 0) 724 if (Q_strcasecmp (host, hostcache[n].name) == 0) 1189 if (Q_strcasecmp (hostcache[n].name, hostcache[i].name) == 0) [all...] |
cmd.cpp | 629 if (!Q_strcasecmp (cmd_argv[0],cmd->name)) 639 if (!Q_strcasecmp (cmd_argv[0], a->name)) 679 if (Q_strcasecmp(Cmd_Argv(0), "cmd") != 0) 708 if (! Q_strcasecmp (parm, Cmd_Argv (i)))
|
net_main.cpp | 381 if (Q_strcasecmp (host, "local") == 0) 390 if (Q_strcasecmp (host, hostcache[n].name) == 0) 416 if (Q_strcasecmp (host, hostcache[n].name) == 0)
|
common.h | 139 int Q_strcasecmp (const char *s1, const char *s2);
|
host_cmd.cpp | 997 if (Q_strcasecmp(cl->name, Cmd_Argv(1)) == 0) 1133 if (Q_strcasecmp(client->name, Cmd_Argv(1))) 1468 if (Q_strcasecmp(host_client->name, Cmd_Argv(1)) == 0) [all...] |
keys.cpp | 352 if (!Q_strcasecmp(str,kn->name))
|
common.cpp | 287 int Q_strcasecmp (const char *s1, const char *s2) [all...] |