DoParseCommand
if ((rtn = DoParseCommand(line)) != 0) {
if (DoParseCommand(buf) == CMDRTN_QUIT)
static int DoParseCommand(char *line);