Home
last modified time | relevance | path

Searched refs:COM_Parse (Results 1 – 25 of 450) sorted by path

12345678910>>...18

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dcommand.c69 static char *COM_Parse(char *data);
467 ptext = COM_Parse(ptext); in COM_TokenizeString()
2461 static char *COM_Parse(char *data) in COM_Parse() function
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_parse.c613 strcpy( scr_playericon, COM_Parse( &s ) ); in CL_ParseTaunt()
621 strcpy( tauntsound, COM_Parse( &s ) ); in CL_ParseTaunt()
623 Q_strncpyz2( scr_playername, COM_Parse( &s ), sizeof(scr_playername) ); in CL_ParseTaunt()
H A Dcl_scrn.c1254 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1257 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1263 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1269 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1276 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1282 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1288 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1378 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1380 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1386 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
[all …]
H A Dmenu.c4937 strcpy( shortname, COM_Parse( &s ) ); in RulesChangeFunc()
4947 strcpy( longname, COM_Parse( &s ) ); in RulesChangeFunc()
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dg_main.c754 strcpy( shortname, COM_Parse( &s ) ); in EndDMLevel()
760 strcpy( longname, COM_Parse( &s ) ); in EndDMLevel()
H A Dg_spawn.c306 com_token = COM_Parse (&data); in ED_ParseEdict()
315 com_token = COM_Parse (&data); in ED_ParseEdict()
437 com_token = COM_Parse (&entities); in SpawnEntities()
H A Dp_client.c1886 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
1888 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
1890 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
1892 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
1894 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
1896 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
H A Dq_shared.c1243 char *COM_Parse (char **data_p) in COM_Parse() function
H A Dq_shared.h257 char *COM_Parse (char **data_p);
/dports/games/alienarena-data/alienarena-7.66/source/qcommon/
H A Dcmd.c687 token = COM_Parse (&start); in Cmd_MacroExpandString()
787 com_token = COM_Parse (&text); in Cmd_TokenizeString()
H A Dcmodel.c751 token = COM_Parse (&buf); in CM_LoadMap()
758 bsp_file = CopyString (COM_Parse (&buf)); in CM_LoadMap()
764 ent_file = CopyString (COM_Parse (&buf)); in CM_LoadMap()
/dports/games/alienarena-data/alienarena-7.66/source/ref_gl/
H A Dr_iqm.c302 strcpy( skinpath, COM_Parse( &s ) ); in IQM_ReadSkinFile()
346 strcpy( a_string, COM_Parse( &s ) ); in IQM_ReadRagDollFile()
349 strcpy( a_string, COM_Parse( &s ) ); in IQM_ReadRagDollFile()
815 strcpy( skinname, COM_Parse( &parse_string ) ); in Mod_INTERQUAKEMODEL_Load()
H A Dr_main.c247 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
249 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
251 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
253 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
255 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
257 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
259 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
261 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
263 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
265 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
[all …]
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_parse.c613 strcpy( scr_playericon, COM_Parse( &s ) ); in CL_ParseTaunt()
621 strcpy( tauntsound, COM_Parse( &s ) ); in CL_ParseTaunt()
623 Q_strncpyz2( scr_playername, COM_Parse( &s ), sizeof(scr_playername) ); in CL_ParseTaunt()
H A Dcl_scrn.c1254 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1257 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1263 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1269 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1276 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1282 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1288 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1378 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1380 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
1386 token = COM_Parse (&s); in SCR_ExecuteLayoutString()
[all …]
H A Dmenu.c4937 strcpy( shortname, COM_Parse( &s ) ); in RulesChangeFunc()
4947 strcpy( longname, COM_Parse( &s ) ); in RulesChangeFunc()
/dports/games/alienarena/alienarena-7.66/source/game/
H A Dg_main.c754 strcpy( shortname, COM_Parse( &s ) ); in EndDMLevel()
760 strcpy( longname, COM_Parse( &s ) ); in EndDMLevel()
H A Dg_spawn.c306 com_token = COM_Parse (&data); in ED_ParseEdict()
315 com_token = COM_Parse (&data); in ED_ParseEdict()
437 com_token = COM_Parse (&entities); in SpawnEntities()
H A Dp_client.c1886 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
1888 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
1890 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
1892 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
1894 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
1896 strcpy( a_string, COM_Parse( &s ) ); in ParseClassFile()
H A Dq_shared.c1243 char *COM_Parse (char **data_p) in COM_Parse() function
H A Dq_shared.h257 char *COM_Parse (char **data_p);
/dports/games/alienarena/alienarena-7.66/source/qcommon/
H A Dcmd.c687 token = COM_Parse (&start); in Cmd_MacroExpandString()
787 com_token = COM_Parse (&text); in Cmd_TokenizeString()
H A Dcmodel.c751 token = COM_Parse (&buf); in CM_LoadMap()
758 bsp_file = CopyString (COM_Parse (&buf)); in CM_LoadMap()
764 ent_file = CopyString (COM_Parse (&buf)); in CM_LoadMap()
/dports/games/alienarena/alienarena-7.66/source/ref_gl/
H A Dr_iqm.c302 strcpy( skinpath, COM_Parse( &s ) ); in IQM_ReadSkinFile()
346 strcpy( a_string, COM_Parse( &s ) ); in IQM_ReadRagDollFile()
349 strcpy( a_string, COM_Parse( &s ) ); in IQM_ReadRagDollFile()
815 strcpy( skinname, COM_Parse( &parse_string ) ); in Mod_INTERQUAKEMODEL_Load()
H A Dr_main.c247 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
249 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
251 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
253 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
255 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
257 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
259 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
261 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
263 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
265 strcpy( a_string, COM_Parse( &s ) ); in R_ReadFogScript()
[all …]

12345678910>>...18