Searched refs:ParseCommand (Results 1 – 4 of 4) sorted by relevance
67 int ParseCommand(int numCommandForms, const CCommandForm *commandForms,
205 int ParseCommand(int numCommandForms, const CCommandForm *commandForms, in ParseCommand() function
191 public static int ParseCommand(CommandForm[] commandForms, string commandString, in ParseCommand() method in SevenZip.CommandLineParser.Parser
254 int commandIndex = ParseCommand(kNumCommandForms, g_CommandForms, commandStringUpper, in ParseArchiveCommand()