Lines Matching defs:CArcCmdLineOptions
43 struct CArcCmdLineOptions struct
45 bool HelpMode;
48 bool LargePages;
50 bool CaseSensitiveChange;
51 bool CaseSensitive;
53 bool IsInTerminal;
54 bool IsStdOutTerminal;
55 bool IsStdErrTerminal;
56 bool StdInMode;
57 bool StdOutMode;
58 bool EnableHeaders;
60 bool YesToAll;
61 bool ShowDialog;
62 NWildcard::CCensor Censor;
64 CArcCommand Command;
65 UString ArchiveName;
68 bool PasswordEnabled;
69 UString Password;
72 bool TechMode;
97 CArcCmdLineOptions(): in CArcCmdLineOptions() argument