Lines Matching defs:CArcCmdLineOptions
49 struct CArcCmdLineOptions struct
51 bool HelpMode;
54 bool CaseSensitive_Change;
55 bool CaseSensitive;
57 bool IsInTerminal;
58 bool IsStdOutTerminal;
59 bool IsStdErrTerminal;
60 bool StdInMode;
61 bool StdOutMode;
62 bool EnableHeaders;
64 bool YesToAll;
65 bool ShowDialog;
66 bool TechMode;
67 bool ShowTime;
68 CBoolPair ListPathSeparatorSlash;
70 CBoolPair NtSecurity;
71 CBoolPair AltStreams;
72 CBoolPair HardLinks;
73 CBoolPair SymLinks;
75 CBoolPair StoreOwnerId;
76 CBoolPair StoreOwnerName;
78 AString ListFields;
80 int ConsoleCodePage;
82 NWildcard::CCensor Censor;
84 CArcCommand Command;
85 UString ArchiveName;
88 bool PasswordEnabled;
89 UString Password;
92 UStringVector HashMethods;
121 CArcCmdLineOptions(): in CArcCmdLineOptions() argument