Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DShellCommandChangeKey.cpp63 const TCHAR *pchCommandItself = rArguments.GetNextArgument(); in Execute()
64 const TCHAR *pchPath = rArguments.GetNextArgument(); in Execute()
73 if ((!blnHelp)&&(pchPath != NULL)&&(!rArguments.GetNextArgument())) in Execute()
H A DShellCommandHelp.cpp52 const TCHAR *pchArg = rArguments.GetNextArgument(); in Execute()
117 pchArg = rArguments.GetNextArgument(); in Execute()
H A DShellCommandDeleteValue.cpp55 TCHAR *pszCommandItself = rArguments.GetNextArgument(); in Execute()
72 while((pszParameter = rArguments.GetNextArgument()) != NULL) in Execute()
H A DRegistryExplorer.cpp234 TCHAR *pchCommandItself = Parser.GetNextArgument(); in main()
238 (Parser.GetNextArgument())|| in main()
H A DArgumentParser.h32 TCHAR * GetNextArgument();
H A DShellCommandDir.cpp78 TCHAR *pszCommandItself = rArguments.GetNextArgument(); in Execute()
92 while((pszParameter = rArguments.GetNextArgument()) != NULL) in Execute()
H A DShellCommandOwner.cpp70 const TCHAR *pchCommandItself = rArguments.GetNextArgument(); in Execute()
83 while((pchParameter = rArguments.GetNextArgument()) != NULL) in Execute()
H A DArgumentParser.cpp75 TCHAR * CArgumentParser::GetNextArgument() in GetNextArgument() function in CArgumentParser
H A DShellCommandConnect.cpp57 while ((pchArg = rArguments.GetNextArgument()) != NULL) in Execute()
H A DShellCommandsLinkedList.cpp71 const TCHAR *pchCommand = rArgumentParser.GetNextArgument(); in Execute()
H A DShellCommandSetValue.cpp124 TCHAR *pszCommandItself = rArguments.GetNextArgument(); in Execute()
146 while((pszParameter = rArguments.GetNextArgument()) != NULL) in Execute()
H A DShellCommandDACL.cpp71 const TCHAR *pchCommandItself = rArguments.GetNextArgument(); in Execute()
85 while((pchParameter = rArguments.GetNextArgument()) != NULL) in Execute()
H A DShellCommandValue.cpp64 TCHAR *pchCommandItself = rArguments.GetNextArgument(); in Execute()
88 while((pchParameter = rArguments.GetNextArgument()) != NULL) in Execute()
H A DShellCommandDeleteKey.cpp58 while((pchArg = rArguments.GetNextArgument()) != NULL) in Execute()
H A DShellCommandNewKey.cpp58 while((pszArg = rArguments.GetNextArgument()) != NULL) in Execute()
H A DShellCommandSACL.cpp75 const TCHAR *pszCommandItself = rArguments.GetNextArgument(); in Execute()
92 while((pszParameter = rArguments.GetNextArgument()) != NULL) in Execute()
H A DShellCommandDOKA.cpp58 while((pchParameter = rArguments.GetNextArgument()) != NULL) in Execute()