Home
last modified time | relevance | path

Searched refs:MAX_STRING_TOKENS (Results 1 – 25 of 124) sorted by relevance

12345

/dports/games/quake2-relay/relay-0.4/common/
H A Dcmd.c10 static char *cmd_argv[MAX_STRING_TOKENS];
32 if ( (unsigned)arg >= MAX_STRING_TOKENS) in Cmd_SetArg()
86 if (!*s || *s == '\n' || *s == ';' || cmd_argc >= MAX_STRING_TOKENS) in Cmd_TokenizeString()
/dports/games/evq3/evq3/code/qcommon/
H A Dcmd.c320 static char *cmd_argv[MAX_STRING_TOKENS]; // points into cmd_tokenized
321 static char cmd_tokenized[BIG_INFO_STRING+MAX_STRING_TOKENS]; // will have 0 bytes inserted
466 if ( cmd_argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
H A Dcvar.c612 char cmd[5], combined[MAX_STRING_TOKENS]; in Cvar_Set_f()
631 if ( l + len >= MAX_STRING_TOKENS - 2 ) { in Cvar_Set_f()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dcmd.c321 char *argv[ MAX_STRING_TOKENS ]; // points into cmd.tokenized
322 char tokenized[ BIG_INFO_STRING + MAX_STRING_TOKENS ]; // will have 0 bytes inserted
503 if ( cmd.argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
H A Dcvar.c534 char combined[MAX_STRING_TOKENS]; in Cvar_Set_f()
546 if ( l + len >= MAX_STRING_TOKENS - 2 ) { in Cvar_Set_f()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dcmd.c335 static char *cmd_argv[MAX_STRING_TOKENS]; // points into cmd_tokenized
336 static char cmd_tokenized[BIG_INFO_STRING+MAX_STRING_TOKENS]; // will have 0 bytes inserted
481 if ( cmd_argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
H A Dcvar.c612 char cmd[5], combined[MAX_STRING_TOKENS]; in Cvar_Set_f()
631 if ( l + len >= MAX_STRING_TOKENS - 2 ) { in Cvar_Set_f()
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dcmd.c324 static char *cmd_argv[MAX_STRING_TOKENS]; // points into cmd_tokenized
325 static char cmd_tokenized[BIG_INFO_STRING+MAX_STRING_TOKENS]; // will have 0 bytes inserted
486 if ( cmd_argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dcmd.c324 static char *cmd_argv[MAX_STRING_TOKENS]; // points into cmd_tokenized
325 static char cmd_tokenized[BIG_INFO_STRING+MAX_STRING_TOKENS]; // will have 0 bytes inserted
486 if ( cmd_argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dcmd.c323 static char *cmd_argv[MAX_STRING_TOKENS]; // points into cmd_tokenized
324 static char cmd_tokenized[BIG_INFO_STRING+MAX_STRING_TOKENS]; // will have 0 bytes inserted
494 if ( cmd_argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dcmd.cpp353 static char *cmd_argv[MAX_STRING_TOKENS]; // points into cmd_tokenized
354 static char cmd_tokenized[BIG_INFO_STRING+MAX_STRING_TOKENS]; // will have 0 bytes inserted
506 if ( cmd_argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dcmd.c323 static char *cmd_argv[MAX_STRING_TOKENS]; // points into cmd_tokenized
324 static char cmd_tokenized[BIG_INFO_STRING+MAX_STRING_TOKENS]; // will have 0 bytes inserted
494 if ( cmd_argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dcmd.c352 static char *cmd_argv[MAX_STRING_TOKENS]; // points into cmd_tokenized
353 static char cmd_tokenized[BIG_INFO_STRING + MAX_STRING_TOKENS]; // will have 0 bytes insert…
516 if ( cmd_argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dcmd.c353 static char *cmd_argv[MAX_STRING_TOKENS]; // points into cmd_tokenized
354 static char cmd_tokenized[BIG_INFO_STRING + MAX_STRING_TOKENS]; // will have 0 bytes inserted
518 if ( cmd_argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dcmd.cpp354 static char *cmd_argv[MAX_STRING_TOKENS]; // points into cmd_tokenized
355 static char cmd_tokenized[BIG_INFO_STRING+MAX_STRING_TOKENS]; // will have 0 bytes inserted
537 if ( cmd_argc == MAX_STRING_TOKENS ) { in Cmd_TokenizeString2()
/dports/games/egl/egl-0.3.1_9/common/
H A Dcmd.c48 static char *com_cmdArgv[MAX_STRING_TOKENS];
271 if (com_cmdArgc < MAX_STRING_TOKENS) { in Cmd_TokenizeString()
/dports/games/quake2-source/quake2-r0.16.2/src/qcommon/
H A Dcmd.c499 static char *cmd_argv[MAX_STRING_TOKENS];
679 if (cmd_argc < MAX_STRING_TOKENS) in Cmd_TokenizeString()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcmd.c412 static char *cmd_argv[MAX_STRING_TOKENS];
578 if(cmd_argc < MAX_STRING_TOKENS){ in Cmd_TokenizeString()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dclient.h170 char translationVersion[MAX_STRING_TOKENS];
202 char serverMessage[MAX_STRING_TOKENS]; // for display on connection dialog
/dports/games/quake2lnx/quake2-r0.16.2/src/qcommon/
H A Dcmd.c499 static char *cmd_argv[MAX_STRING_TOKENS];
679 if (cmd_argc < MAX_STRING_TOKENS) in Cmd_TokenizeString()
/dports/games/ufoai/ufoai-2.5-source/src/shared/
H A Ddefines.h92 #define MAX_STRING_TOKENS 80 /* max tokens resulting from Cmd_TokenizeString */ macro
/dports/games/quake2max/Quake2maX_0.45-src_unix/qcommon/
H A Dcmd.c518 static char *cmd_argv[MAX_STRING_TOKENS];
697 if (cmd_argc < MAX_STRING_TOKENS) in Cmd_TokenizeString()
/dports/games/qudos/QuDos-0.40.1-src/src/qcommon/
H A Dcmd.c467 static char *cmd_argv[MAX_STRING_TOKENS];
634 if (cmd_argc < MAX_STRING_TOKENS) { in Cmd_TokenizeString()
/dports/games/q2p/Q2P-0.2-2006-12-31/qcommon/
H A Dcmd.c494 static char *cmd_argv[MAX_STRING_TOKENS];
673 if (cmd_argc < MAX_STRING_TOKENS) in Cmd_TokenizeString()
/dports/games/q2pro/q2pro/source/
H A Dcmd.c704 static char *cmd_argv[MAX_STRING_TOKENS];
711 static int cmd_offsets[MAX_STRING_TOKENS];
1167 } while( cmd_argc != MAX_STRING_TOKENS ); in Cmd_TokenizeString()

12345