BenchCon.cpp |
|
817 |
BenchCon.h |
|
301 |
Console.mak |
|
817 |
Console.manifest |
|
910 |
ConsoleClose.cpp |
switch (ctrlType)
{
case CTRL_C_EVENT:
case CTRL_BREAK_EVENT:
if (g_BreakCounter < kBreakAbortThreshold)
return TRUE;
}
return FALSE;
|
1339 |
ConsoleClose.h |
|
447 |
ExtractCallbackConsole.cpp |
isDir |
19709 |
ExtractCallbackConsole.h |
|
3589 |
HashCon.cpp |
isDir |
8057 |
HashCon.h |
|
999 |
List.cpp |
// we don't need multibyte align.
int codePage = g_CodePage;
if (codePage == -1)
codePage = CP_OEMCP;
if (codePage == CP_UTF8)
ConvertUnicodeToUTF8(s, temp);
else
UnicodeStringToMultiByte2(temp, s, (UINT)codePage);
|
33621 |
List.h |
|
696 |
Main.cpp |
|
31948 |
MainAr.cpp |
|
3847 |
makefile |
|
1381 |
OpenCallbackConsole.cpp |
HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password)
{
passwordIsDefined = PasswordIsDefined;
password = Password;
return S_OK;
}
bool COpenCallbackConsole::Open_WasPasswordAsked()
{
return PasswordWasAsked;
}
void COpenCallbackConsole::Open_Clear_PasswordWasAsked_Flag ()
{
PasswordWasAsked = false;
}
|
2195 |
OpenCallbackConsole.h |
|
1309 |
PercentPrinter.cpp |
'\r' in old MAC OS means "new line".
So we can't use '\r' in some systems |
3716 |
PercentPrinter.h |
|
993 |
resource.rc |
|
153 |
StdAfx.cpp |
|
38 |
StdAfx.h |
|
104 |
UpdateCallbackConsole.cpp |
isDir |
15171 |
UpdateCallbackConsole.h |
void Init(CStdOutStream *outStream)
{
CCallbackConsoleBase::Init(outStream);
}
|
2644 |
UserInputUtils.cpp |
|
2787 |
UserInputUtils.h |
|
487 |