Home
last modified time | relevance | path

Searched refs:COM_Parse (Results 76 – 100 of 450) sorted by relevance

12345678910>>...18

/dports/games/iortcw/iortcw-1.51c/MP/code/game/
H A Dg_script.c318 token = COM_Parse( &pScript ); in G_Script_ScriptParse()
365 while ( ( token = COM_Parse( &pScript ) ) && ( token[0] != '{' ) ) in G_Script_ScriptParse()
383 while ( ( token = COM_Parse( &pScript ) ) && ( token[0] != '}' ) ) in G_Script_ScriptParse()
438 while ( ( token = COM_Parse( &pScript ) ) ) in G_Script_ScriptParse()
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_script.c326 token = COM_Parse( &pScript ); in G_Script_ScriptParse()
373 while ( ( token = COM_Parse( &pScript ) ) && ( token[0] != '{' ) ) in G_Script_ScriptParse()
391 while ( ( token = COM_Parse( &pScript ) ) && ( token[0] != '}' ) ) in G_Script_ScriptParse()
462 while ( ( token = COM_Parse( &pScript ) ) ) in G_Script_ScriptParse()
H A Dai_cast_script.c432 token = COM_Parse( &pScript ); in AICast_ScriptParse()
484 while ( ( token = COM_Parse( &pScript ) ) && ( token[0] != '{' ) ) in AICast_ScriptParse()
510 while ( ( token = COM_Parse( &pScript ) ) && ( token[0] != '}' ) ) in AICast_ScriptParse()
587 while ( ( token = COM_Parse( &pScript ) ) ) in AICast_ScriptParse()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dq_shared.c287 char *COM_Parse( char **data_p ) in COM_Parse() function
531 token = COM_Parse( &buf );
579 token = COM_Parse( buf_p ); in COM_MatchToken()
641 token = COM_Parse(buf_p); in Parse1DMatrix()
/dports/games/frikqcc/frik26src/compiler/
H A Dgui.c225 src = COM_Parse (src); in CompileIt()
236 src = COM_Parse(src); in CompileIt()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dpr_edict.c730 data = COM_Parse (data); in ED_ParseGlobals()
739 data = COM_Parse (data); in ED_ParseGlobals()
888 data = COM_Parse (data); in ED_ParseEdict()
911 data = COM_Parse (data); in ED_ParseEdict()
979 data = COM_Parse (data); in ED_LoadFromFile()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dpr_edict.c730 data = COM_Parse (data); in ED_ParseGlobals()
739 data = COM_Parse (data); in ED_ParseGlobals()
888 data = COM_Parse (data); in ED_ParseEdict()
911 data = COM_Parse (data); in ED_ParseEdict()
979 data = COM_Parse (data); in ED_LoadFromFile()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dpr_edict.c722 data = COM_Parse (data); in ED_ParseGlobals()
736 data = COM_Parse (data); in ED_ParseGlobals()
904 data = COM_Parse (data); in ED_ParseEdict()
941 data = COM_Parse (data); in ED_ParseEdict()
1051 data = COM_Parse (data); in ED_LoadFromFile()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/cgame/
H A Dcg_players.c139 token = COM_Parse( &text_p ); in CG_ParseAnimationFile()
146 token = COM_Parse( &text_p ); in CG_ParseAnimationFile()
178 token = COM_Parse( &text_p ); in CG_ParseAnimationFile()
223 token = COM_Parse( &text_p ); in CG_ParseAnimationFile()
251 token = COM_Parse( &text_p ); in CG_ParseAnimationFile()
266 token = COM_Parse( &text_p ); in CG_ParseAnimationFile()
273 token = COM_Parse( &text_p ); in CG_ParseAnimationFile()
324 token = COM_Parse( &text_p ); in CG_ParseAnimationFile()
331 token = COM_Parse( &text_p ); in CG_ParseAnimationFile()
346 token = COM_Parse( &text_p ); in CG_ParseAnimationFile()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dcommon.h81 const char *COM_Parse (const char *data);
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_cgame.c435 while ( ( token = COM_Parse( &buftrav ) ) && token[0] ) { in CL_SetExpectedHunkUsage()
438 token = COM_Parse( &buftrav ); // read the size in CL_SetExpectedHunkUsage()
947 while ( ( token = COM_Parse( &buftrav ) ) && token[0] ) { in CL_UpdateLevelHunkUsage()
950 token = COM_Parse( &buftrav ); // read the size in CL_UpdateLevelHunkUsage()
961 token = COM_Parse( &buftrav ); // read the size in CL_UpdateLevelHunkUsage()
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dq_shared.cpp171 char *COM_Parse( const char **data_p ) in COM_Parse() function
482 token = COM_Parse( buf_p ); in COM_MatchToken()
556 token = COM_Parse(buf_p); in Parse1DMatrix()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/asm/
H A Dcmdlib.h118 char *COM_Parse (char *data);
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/asm/
H A Dcmdlib.h118 char *COM_Parse (char *data);
/dports/games/ioquake3/ioquake3-1.36/code/tools/asm/
H A Dcmdlib.h118 char *COM_Parse (char *data);
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/asm/
H A Dcmdlib.h118 char *COM_Parse (char *data);
/dports/games/gtkradiant/GPL/Q2Tools/common/
H A Dcmdlib.h112 char *COM_Parse (char *data);
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/asm/
H A Dcmdlib.h118 char *COM_Parse (char *data);
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/common/
H A Dcmdlib.h112 char *COM_Parse (char *data);
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/asm/
H A Dcmdlib.h118 char *COM_Parse (char *data);
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/asm/
H A Dcmdlib.h118 char *COM_Parse (char *data);
/dports/games/evq3/evq3/code/tools/asm/
H A Dcmdlib.h118 char *COM_Parse (char *data);
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.c192 char *COM_Parse( const char **data_p ) in COM_Parse() function
517 token = COM_Parse( buf_p ); in COM_MatchToken()
583 token = COM_Parse(buf_p); in Parse1DMatrix()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/common/
H A Dcmdlib.h131 char *COM_Parse (char *data);
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/common/
H A Dcmdlib.h140 char *COM_Parse (char *data);

12345678910>>...18