Home
last modified time | relevance | path

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

/trunk/main/svl/source/misc/
H A Downlist.cxx108 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
[all …]