kMaxCommandLine   633 shell/DebugCLI.cpp 			Platform::GetInstance()->getUserInput(commandLine, kMaxCommandLine);
kMaxCommandLine   201 shell/DebugCLI.h 		char commandLine[kMaxCommandLine];
kMaxCommandLine   202 shell/DebugCLI.h 		char lastCommand[kMaxCommandLine];
kMaxCommandLine   518 shell/avmshell.cpp 		const int kMaxCommandLine = 1024;
kMaxCommandLine   519 shell/avmshell.cpp 		char commandLine[kMaxCommandLine];
kMaxCommandLine   530 shell/avmshell.cpp 			if(Platform::GetInstance()->getUserInput(commandLine, kMaxCommandLine) == NULL)
kMaxCommandLine   533 shell/avmshell.cpp 			commandLine[kMaxCommandLine-1] = 0;
kMaxCommandLine   562 shell/avmshell.cpp 					if(Platform::GetInstance()->getUserInput(commandLine, kMaxCommandLine) == NULL)
kMaxCommandLine   564 shell/avmshell.cpp 					commandLine[kMaxCommandLine-1] = 0;