Searched refs:CommandBuffer (Results 1 – 2 of 2) sorted by relevance
88 CommandBuffer = new char [1]; in CommandLine()89 if (CommandBuffer == NULL) { in CommandLine()93 CommandBuffer[0] = '\0'; in CommandLine()113 CommandBuffer = new char [1]; in CommandLine()114 if (CommandBuffer == NULL) { in CommandLine()139 CommandBuffer = new char [1]; in CommandLine()140 if (CommandBuffer == NULL) { in CommandLine()157 BuildCommand(CCommandLine.CommandBuffer); in CommandLine()164 delete [] CommandBuffer; in ~CommandLine()178 strcpy (CommandBuffer, CCommandLine.CommandBuffer); in operator =()[all …]
70 char *CommandBuffer; member in CommandLine