Searched refs:DoParseCommand (Results 1 – 1 of 1) sorted by relevance
71 static int DoParseCommand(const char *line);216 if ((rtn = DoParseCommand(line)) != 0) { in ReadFile()324 if (DoParseCommand(buf) == CMDRTN_QUIT) { in DoInteractive()386 if (DoParseCommand(buf) == CMDRTN_QUIT) in DoInteractive()427 DoParseCommand(const char *line) in DoParseCommand() function