Searched refs:pCmd (Results 1 – 1 of 1) sorted by relevance
108 SvCommand * pCmd = new SvCommand(name, value); in AppendCommands() local109 aTypes.Insert(pCmd, LIST_APPEND); in AppendCommands()201 SvCommand * pCmd = (SvCommand *)aTypes.GetObject( i ); in GetCommands() local202 aRet += pCmd->GetCommand(); in GetCommands()203 if( pCmd->GetArgument().Len() ) in GetCommands()206 aRet += pCmd->GetArgument(); in GetCommands()229 SvCommand * pCmd = new SvCommand( rCommand, rArg ); in Append() local230 aTypes.Insert( pCmd, LIST_APPEND ); in Append()231 return *pCmd; in Append()257 SvCommand * pCmd = new SvCommand(); in operator >>() local[all …]