Searched refs:DoParseCommand (Results 1 – 1 of 1) sorted by relevance
75 static int DoParseCommand(const char *line);248 if ((rtn = DoParseCommand(line)) != 0) { in ReadFile()356 if (DoParseCommand(buf) == CMDRTN_QUIT) { in DoInteractive()418 if (DoParseCommand(buf) == CMDRTN_QUIT) in DoInteractive()459 DoParseCommand(const char *line) in DoParseCommand() function