Home
last modified time | relevance | path

Searched refs:cmdList_t (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/commands/
H A Dcmd_muxer.hpp43 typedef std::list<CmdGeneric*> cmdList_t; typedef in CmdMuxer
44 cmdList_t m_list;
H A Dasync_queue.hpp59 typedef std::list<CmdGenericPtr> cmdList_t; typedef in AsyncQueue
60 cmdList_t m_cmdList;
H A Dasync_queue.cpp93 cmdList_t::iterator it; in remove()
103 cmdList_t::iterator itNew = it; in remove()
H A Dcmd_muxer.cpp29 cmdList_t::const_iterator it; in execute()
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_event_callbacks.cpp132 static const cmdList_t cp_commands[] = {
148 const cmdList_t* commands; in CP_CampaignTriggerFunctions()
H A Dcp_campaign.cpp1087 static const cmdList_t game_commands[] = {
1131 const cmdList_t* commands; in CP_AddCampaignCommands()
1163 const cmdList_t* commands; in CP_RemoveCampaignCommands()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dcmd.cpp680 void Cmd_AddCommandList( const cmdList_t *cmdList ) in Cmd_AddCommandList()
682 for ( const cmdList_t *cmd = cmdList; cmd && cmd->name; cmd++ ) in Cmd_AddCommandList()
690 void Cmd_RemoveCommandList( const cmdList_t *cmdList ) in Cmd_RemoveCommandList()
692 for ( const cmdList_t *cmd = cmdList; cmd && cmd->name; cmd++ ) in Cmd_RemoveCommandList()
H A Dqcommon.h404 } cmdList_t; typedef
406 void Cmd_AddCommandList( const cmdList_t *cmdList );
407 void Cmd_RemoveCommandList( const cmdList_t *cmdList );
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dcmd.h95 } cmdList_t; typedef
H A Dfiles.cpp887 static const cmdList_t fs_commands[] = {
900 const cmdList_t* commands; in FS_RemoveCommands()
908 const cmdList_t* commands; in FS_InitCommandsAndCvars()
/dports/games/openjk/OpenJK-07675e2/codemp/rd-common/
H A Dtr_public.h276 void (*Cmd_AddCommandList) ( const cmdList_t *cmdList );
278 void (*Cmd_RemoveCommandList) ( const cmdList_t *cmdList );
/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_main.cpp464 static const cmdList_t r_commands[] = {
550 const cmdList_t* commands; in R_RegisterSystemVars()
1292 const cmdList_t* commands; in R_Shutdown()
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_input.cpp1643 static const cmdList_t inputCmds[] =