Home
last modified time | relevance | path

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

/AOO41X/main/soldep/bootstrp/
H A Dcommand.cxx109 CommandLine::CommandLine(const char *CommandString, sal_Bool bWrite) in CommandLine() argument
131 BuildCommand(CommandString); in CommandLine()
190 CommandLine& CommandLine::operator=(const char *CommandString) in operator =() argument
193 strcpy (CommandBuffer, CommandString); in operator =()
219 void CommandLine::BuildCommand(const char *CommandString) in BuildCommand() argument
226 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 …]