Searched refs:ComShell (Results 1 – 2 of 2) sorted by relevance
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()[all …]
71 char *ComShell; member in CommandLine