Lines Matching refs:ComShell
98 ComShell = new char [128]; in CommandLine()
101 strcpy(ComShell,COMMAND_SHELL); in CommandLine()
103 strcpy(ComShell,pTemp); in CommandLine()
105 strcpy(&ComShell[strlen(ComShell)]," -C "); in CommandLine()
122 ComShell = new char [128]; in CommandLine()
125 strcpy(ComShell,COMMAND_SHELL); in CommandLine()
127 strcpy(ComShell,pTemp); in CommandLine()
129 strcpy(&ComShell[strlen(ComShell)]," -C "); in CommandLine()
148 ComShell = new char [128]; in CommandLine()
151 strcpy(ComShell,COMMAND_SHELL); in CommandLine()
153 strcpy(ComShell,pTemp); in CommandLine()
155 strcpy(&ComShell[strlen(ComShell)]," -C "); in CommandLine()
165 delete [] ComShell; in ~CommandLine()
239 CommandBuffer = new char [strlen(ComShell)+strlen(WorkString)+1]; in BuildCommand()
244 strcpy (CommandBuffer, ComShell); in BuildCommand()
245 strcpy (&CommandBuffer[strlen(ComShell)], WorkString); in BuildCommand()