Lines Matching refs:pCmd
108 SvCommand * pCmd = new SvCommand(name, value); in AppendCommands() local
109 aTypes.Insert(pCmd, LIST_APPEND); in AppendCommands()
201 SvCommand * pCmd = (SvCommand *)aTypes.GetObject( i ); in GetCommands() local
202 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() local
230 aTypes.Insert( pCmd, LIST_APPEND ); in Append()
231 return *pCmd; in Append()
257 SvCommand * pCmd = new SvCommand(); in operator >>() local
258 rStm >> *pCmd; in operator >>()
259 rThis.aTypes.Insert( pCmd, LIST_APPEND ); in operator >>()
287 SvCommand * pCmd = (SvCommand *)rThis.aTypes.GetObject( i ); in operator <<() local
288 rStm << *pCmd; in operator <<()