Searched refs:CommandString (Results 1 – 1 of 1) sorted by relevance
109 CommandLine::CommandLine(const char *CommandString, sal_Bool bWrite) in CommandLine() argument131 BuildCommand(CommandString); in CommandLine()190 CommandLine& CommandLine::operator=(const char *CommandString) in operator =() argument193 strcpy (CommandBuffer, CommandString); in operator =()219 void CommandLine::BuildCommand(const char *CommandString) in BuildCommand() argument226 strcpy(WorkString,CommandString); in BuildCommand()247 CommandString = CommandBuffer; in BuildCommand()250 Strtokens(CommandString); in BuildCommand()269 while ( isspace(*CommandString) ) in BuildCommand()270 CommandString++; in BuildCommand()[all …]