Home
last modified time | relevance | path

Searched refs:commandForms (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CS/7zip/Common/
DCommandLineParser.cs191 public static int ParseCommand(CommandForm[] commandForms, string commandString, in ParseCommand() argument
194 for (int i = 0; i < commandForms.Length; i++) in ParseCommand()
196 string id = commandForms[i].IDString; in ParseCommand()
197 if (commandForms[i].PostStringMode) in ParseCommand()