/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
D | Indexer.c | 40 if (ShellCommandLineGetFlag (ParamPackage, L"-i")) { in ConstructSpdIndexer() 42 } else if (ShellCommandLineGetFlag (ParamPackage, L"-d")) { in ConstructSpdIndexer() 44 } else if (ShellCommandLineGetFlag (ParamPackage, L"-e")) { in ConstructSpdIndexer() 87 if (ShellCommandLineGetFlag (ParamPackage, L"-i")) { in ConstructSadIndexer() 89 } else if (ShellCommandLineGetFlag (ParamPackage, L"-d")) { in ConstructSadIndexer() 91 } else if (ShellCommandLineGetFlag (ParamPackage, L"-e")) { in ConstructSadIndexer() 106 if ((!ShellCommandLineGetFlag (ParamPackage, L"--lookup-spi")) || in ConstructSadIndexer() 107 (!ShellCommandLineGetFlag (ParamPackage, L"--lookup-ipsec-proto")) || in ConstructSadIndexer() 108 (!ShellCommandLineGetFlag (ParamPackage, L"--lookup-dest"))) { in ConstructSadIndexer() 187 if (ShellCommandLineGetFlag (ParamPackage, L"-i")) { in ConstructPadIndexer() [all …]
|
D | IpSecConfig.c | 688 if (ShellCommandLineGetFlag (ParamPackage, L"-enable")) { in InitializeIpSecConfig() 717 if (ShellCommandLineGetFlag (ParamPackage, L"-disable")) { in InitializeIpSecConfig() 738 if (ShellCommandLineGetFlag (ParamPackage, L"-status")) { in InitializeIpSecConfig() 772 if (ShellCommandLineGetFlag (ParamPackage, L"-a")) { in InitializeIpSecConfig() 777 } else if (ShellCommandLineGetFlag (ParamPackage, L"-i")) { in InitializeIpSecConfig() 782 } else if (ShellCommandLineGetFlag (ParamPackage, L"-e")) { in InitializeIpSecConfig() 787 } else if (ShellCommandLineGetFlag (ParamPackage, L"-d")) { in InitializeIpSecConfig() 792 } else if (ShellCommandLineGetFlag (ParamPackage, L"-f")) { in InitializeIpSecConfig() 797 } else if (ShellCommandLineGetFlag (ParamPackage, L"-l")) { in InitializeIpSecConfig()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
D | Ver.c | 77 if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunVer() 87 if (ShellCommandLineGetFlag(Package, L"-s")) { in ShellCommandRunVer() 88 if (ShellCommandLineGetFlag(Package, L"-terse") || ShellCommandLineGetFlag(Package, L"-t")){ in ShellCommandRunVer() 113 … if (!ShellCommandLineGetFlag(Package, L"-terse") && !ShellCommandLineGetFlag(Package, L"-t")){ in ShellCommandRunVer() 140 if (ShellCommandLineGetFlag(Package, L"-_pa")) { in ShellCommandRunVer()
|
D | Help.c | 338 if (ShellCommandLineGetFlag(Package, L"-usage") in ShellCommandRunHelp() 339 &&ShellCommandLineGetFlag(Package, L"-section") in ShellCommandRunHelp() 340 &&(ShellCommandLineGetFlag(Package, L"-verbose") || ShellCommandLineGetFlag(Package, L"-v")) in ShellCommandRunHelp() 353 if (CommandToGetHelpOn == NULL && ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunHelp() 371 if (ShellCommandLineGetFlag(Package, L"-section")) { in ShellCommandRunHelp() 373 } else if (ShellCommandLineGetFlag(Package, L"-usage")) { in ShellCommandRunHelp() 375 …} else if (ShellCommandLineGetFlag(Package, L"-verbose") || ShellCommandLineGetFlag(Package, L"-v"… in ShellCommandRunHelp()
|
D | Echo.c | 74 if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunEcho() 77 if (ShellCommandLineGetFlag(Package, L"-on")) { in ShellCommandRunEcho() 82 } else if (ShellCommandLineGetFlag(Package, L"-off")) { in ShellCommandRunEcho()
|
D | Pause.c | 76 if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunPause() 82 if (!ShellCommandLineGetFlag(Package, L"-q")) { in ShellCommandRunPause()
|
D | Alias.c | 141 if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunAlias() 149 } else if (ShellCommandLineGetFlag(Package, L"-d")) { in ShellCommandRunAlias() 158 …Status = gEfiShellProtocol->SetAlias(CleanParam2, Param1, FALSE, ShellCommandLineGetFlag(Package, … in ShellCommandRunAlias()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Reset.c | 73 if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunReset() 80 if (ShellCommandLineGetFlag (Package, L"-fwui")) { in ShellCommandRunReset() 115 if (ShellCommandLineGetFlag(Package, L"-w")) { in ShellCommandRunReset() 116 if (ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-c")) { in ShellCommandRunReset() 127 } else if (ShellCommandLineGetFlag(Package, L"-s")) { in ShellCommandRunReset() 128 if (ShellCommandLineGetFlag(Package, L"-c")) { in ShellCommandRunReset()
|
D | Attrib.c | 84 if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunAttrib() 93 if (ShellCommandLineGetFlag(Package, L"+a")) { in ShellCommandRunAttrib() 96 if (ShellCommandLineGetFlag(Package, L"-a")) { in ShellCommandRunAttrib() 99 if (ShellCommandLineGetFlag(Package, L"+s")) { in ShellCommandRunAttrib() 102 if (ShellCommandLineGetFlag(Package, L"-s")) { in ShellCommandRunAttrib() 105 if (ShellCommandLineGetFlag(Package, L"+h")) { in ShellCommandRunAttrib() 108 if (ShellCommandLineGetFlag(Package, L"-h")) { in ShellCommandRunAttrib() 111 if (ShellCommandLineGetFlag(Package, L"+r")) { in ShellCommandRunAttrib() 114 if (ShellCommandLineGetFlag(Package, L"-r")) { in ShellCommandRunAttrib()
|
D | Set.c | 104 if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunSet() 109 …} else if (ShellCommandLineGetRawValue(Package, 1) != NULL && ShellCommandLineGetFlag(Package, L"-… in ShellCommandRunSet() 112 } else if (ShellCommandLineGetFlag(Package, L"-d")) { in ShellCommandRunSet() 121 Status = ShellSetEnvironmentVariable(KeyName, L"", ShellCommandLineGetFlag(Package, L"-v")); in ShellCommandRunSet() 142 … Status = ShellSetEnvironmentVariable(KeyName, Value, ShellCommandLineGetFlag(Package, L"-v")); in ShellCommandRunSet()
|
D | TimeDate.c | 208 if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunDate() 231 if (ShellCommandLineGetFlag(Package, L"-sfo")) { in ShellCommandRunDate() 452 if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunTime() 462 && !ShellCommandLineGetFlag(Package, L"-d") in ShellCommandRunTime() 463 && !ShellCommandLineGetFlag(Package, L"-tz")) { in ShellCommandRunTime() 500 …} else if (ShellCommandLineGetFlag(Package, L"-d") && ShellCommandLineGetValue(Package, L"-d") == … in ShellCommandRunTime() 845 } else if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunTimeZone() 847 } else if (ShellCommandLineGetFlag(Package, L"-s")) { in ShellCommandRunTimeZone() 848 if ((ShellCommandLineGetFlag(Package, L"-l")) || (ShellCommandLineGetFlag(Package, L"-f"))) { in ShellCommandRunTimeZone() 867 } else if (ShellCommandLineGetFlag(Package, L"-l")) { in ShellCommandRunTimeZone() [all …]
|
D | Map.c | 1040 SfoMode = ShellCommandLineGetFlag(Package, L"-sfo"); in ShellCommandRunMap() 1041 ConstMode = ShellCommandLineGetFlag(Package, L"-c"); in ShellCommandRunMap() 1042 NormlMode = ShellCommandLineGetFlag(Package, L"-f"); in ShellCommandRunMap() 1043 if (ShellCommandLineGetFlag(Package, L"-?")) { in ShellCommandRunMap() 1052 if (ShellCommandLineGetFlag(Package, L"-d")) { in ShellCommandRunMap() 1053 if ( ShellCommandLineGetFlag(Package, L"-r") in ShellCommandRunMap() 1054 || ShellCommandLineGetFlag(Package, L"-v") in ShellCommandRunMap() 1057 || ShellCommandLineGetFlag(Package, L"-u") in ShellCommandRunMap() 1058 || ShellCommandLineGetFlag(Package, L"-t") in ShellCommandRunMap() 1083 } else if ( ShellCommandLineGetFlag(Package, L"-r") in ShellCommandRunMap() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
D | DrvDiag.c | 371 ||(ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-e")) in ShellCommandRunDrvDiag() 372 ||(ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-m")) in ShellCommandRunDrvDiag() 373 ||(ShellCommandLineGetFlag(Package, L"-e") && ShellCommandLineGetFlag(Package, L"-m")) in ShellCommandRunDrvDiag() 380 } else if ((ShellCommandLineGetFlag(Package, L"-s")) in ShellCommandRunDrvDiag() 381 || (ShellCommandLineGetFlag(Package, L"-e")) in ShellCommandRunDrvDiag() 382 || (ShellCommandLineGetFlag(Package, L"-m")) in ShellCommandRunDrvDiag() 387 if (ShellCommandLineGetFlag(Package, L"-s")) { in ShellCommandRunDrvDiag() 389 } else if (ShellCommandLineGetFlag(Package, L"-e")) { in ShellCommandRunDrvDiag() 391 } else if (ShellCommandLineGetFlag(Package, L"-m")) { in ShellCommandRunDrvDiag() 404 if (ShellCommandLineGetFlag(Package, L"-l") && Lang == NULL) { in ShellCommandRunDrvDiag() [all …]
|
D | Unload.c | 117 … if (ShellCommandLineGetFlag(Package, L"-v") || ShellCommandLineGetFlag(Package, L"-verbose")) { in ShellCommandRunUnload() 121 if (!ShellCommandLineGetFlag(Package, L"-n")) { in ShellCommandRunUnload() 125 …if (ShellCommandLineGetFlag(Package, L"-n") || (Resp != NULL && *Resp == ShellPromptResponseYes)) { in ShellCommandRunUnload()
|
D | Connect.c | 452 ||(ShellCommandLineGetFlag(Package, L"-c") && ShellCommandLineGetCount(Package)>1) in ShellCommandRunConnect() 453 ||(ShellCommandLineGetFlag(Package, L"-r") && ShellCommandLineGetCount(Package)>2) in ShellCommandRunConnect() 454 ||(ShellCommandLineGetFlag(Package, L"-r") && ShellCommandLineGetFlag(Package, L"-c") ) in ShellCommandRunConnect() 461 } else if (ShellCommandLineGetFlag(Package, L"-c")) { in ShellCommandRunConnect() 536 …Status = ConvertAndConnectControllers(Handle1, Handle2, ShellCommandLineGetFlag(Package, L"-r"), (… in ShellCommandRunConnect()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/ |
D | Dp.c | 212 VerboseMode = ShellCommandLineGetFlag (ParamPackage, L"-v"); in ShellCommandRunDp() 213 …SummaryMode = (BOOLEAN) (ShellCommandLineGetFlag (ParamPackage, L"-S") || ShellCommandLineGetFlag … in ShellCommandRunDp() 214 AllMode = ShellCommandLineGetFlag (ParamPackage, L"-A"); in ShellCommandRunDp() 215 RawMode = ShellCommandLineGetFlag (ParamPackage, L"-R"); in ShellCommandRunDp() 217 TraceMode = ShellCommandLineGetFlag (ParamPackage, L"-T"); in ShellCommandRunDp() 218 ProfileMode = ShellCommandLineGetFlag (ParamPackage, L"-P"); in ShellCommandRunDp() 220 ExcludeMode = ShellCommandLineGetFlag (ParamPackage, L"-x"); in ShellCommandRunDp() 221 mShowId = ShellCommandLineGetFlag (ParamPackage, L"-i"); in ShellCommandRunDp() 222 CumulativeMode = ShellCommandLineGetFlag (ParamPackage, L"-c"); in ShellCommandRunDp()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Mm.c | 448 …} else if (ShellCommandLineGetFlag (Package, L"-w") && ShellCommandLineGetValue (Package, L"-w") =… in ShellCommandRunMm() 453 if (ShellCommandLineGetFlag (Package, L"-mmio")) { in ShellCommandRunMm() 455 if (ShellCommandLineGetFlag (Package, L"-mem") in ShellCommandRunMm() 456 || ShellCommandLineGetFlag (Package, L"-io") in ShellCommandRunMm() 457 || ShellCommandLineGetFlag (Package, L"-pci") in ShellCommandRunMm() 458 || ShellCommandLineGetFlag (Package, L"-pcie") in ShellCommandRunMm() 464 } else if (ShellCommandLineGetFlag (Package, L"-mem")) { in ShellCommandRunMm() 466 if (ShellCommandLineGetFlag (Package, L"-io") in ShellCommandRunMm() 467 || ShellCommandLineGetFlag (Package, L"-pci") in ShellCommandRunMm() 468 || ShellCommandLineGetFlag (Package, L"-pcie") in ShellCommandRunMm() [all …]
|
D | DmpStore.c | 712 …} else if (ShellCommandLineGetFlag(Package, L"-all") && ShellCommandLineGetFlag(Package, L"-guid")… in ShellCommandRunDmpStore() 715 } else if (ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-l")) { in ShellCommandRunDmpStore() 718 …} else if ((ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-l")) &&… in ShellCommandRunDmpStore() 721 …} else if ((ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-l")) &&… in ShellCommandRunDmpStore() 728 if (!ShellCommandLineGetFlag(Package, L"-all")) { in ShellCommandRunDmpStore() 750 if (ShellCommandLineGetFlag(Package, L"-s")) { in ShellCommandRunDmpStore() 801 } else if (ShellCommandLineGetFlag(Package, L"-l")) { in ShellCommandRunDmpStore() 826 } else if (ShellCommandLineGetFlag(Package, L"-d")) { in ShellCommandRunDmpStore() 830 if (ShellCommandLineGetFlag (Package,L"-sfo")) { in ShellCommandRunDmpStore()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | SmbiosView.c | 82 …} else if (ShellCommandLineGetFlag(Package, L"-t") && ShellCommandLineGetValue(Package, L"-t") == … in ShellCommandRunSmbiosView() 85 …} else if (ShellCommandLineGetFlag(Package, L"-h") && ShellCommandLineGetValue(Package, L"-h") == … in ShellCommandRunSmbiosView() 89 (ShellCommandLineGetFlag(Package, L"-t") && ShellCommandLineGetFlag(Package, L"-h")) || in ShellCommandRunSmbiosView() 90 (ShellCommandLineGetFlag(Package, L"-t") && ShellCommandLineGetFlag(Package, L"-s")) || in ShellCommandRunSmbiosView() 91 (ShellCommandLineGetFlag(Package, L"-t") && ShellCommandLineGetFlag(Package, L"-a")) || in ShellCommandRunSmbiosView() 92 (ShellCommandLineGetFlag(Package, L"-h") && ShellCommandLineGetFlag(Package, L"-s")) || in ShellCommandRunSmbiosView() 93 (ShellCommandLineGetFlag(Package, L"-h") && ShellCommandLineGetFlag(Package, L"-a")) || in ShellCommandRunSmbiosView() 94 (ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-a")) in ShellCommandRunSmbiosView() 119 if (ShellCommandLineGetFlag(Package, L"-a")) { in ShellCommandRunSmbiosView() 144 if (ShellCommandLineGetFlag(Package, L"-s")) { in ShellCommandRunSmbiosView() [all …]
|
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/ |
D | Dp.c | 323 if (ShellCommandLineGetFlag (ParamPackage, StringDpOptionQh) || in InitializeDp() 324 ShellCommandLineGetFlag (ParamPackage, StringDpOptionLh) || in InitializeDp() 325 ShellCommandLineGetFlag (ParamPackage, StringDpOptionUh)) in InitializeDp() 345 VerboseMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionLv); in InitializeDp() 346 SummaryMode = (BOOLEAN) (ShellCommandLineGetFlag (ParamPackage, StringDpOptionUs) || in InitializeDp() 347 ShellCommandLineGetFlag (ParamPackage, StringDpOptionLs)); in InitializeDp() 348 AllMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionUa); in InitializeDp() 349 RawMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionUr); in InitializeDp() 351 TraceMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionUt); in InitializeDp() 352 ProfileMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionUp); in InitializeDp() [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/ |
D | SpiFlashCmd.c | 256 if (ShellCommandLineGetFlag (CheckPackage, L"help")) { in ShellCommandRunSpiFlash() 262 Flag |= (ShellCommandLineGetFlag (CheckPackage, L"probe") << 0); in ShellCommandRunSpiFlash() 263 Flag |= (ShellCommandLineGetFlag (CheckPackage, L"read") << 1); in ShellCommandRunSpiFlash() 264 Flag |= (ShellCommandLineGetFlag (CheckPackage, L"readfile") << 2); in ShellCommandRunSpiFlash() 265 Flag |= (ShellCommandLineGetFlag (CheckPackage, L"write") << 3); in ShellCommandRunSpiFlash() 266 Flag |= (ShellCommandLineGetFlag (CheckPackage, L"writefile") << 4); in ShellCommandRunSpiFlash() 267 Flag |= (ShellCommandLineGetFlag (CheckPackage, L"erase") << 5); in ShellCommandRunSpiFlash() 268 Flag |= (ShellCommandLineGetFlag (CheckPackage, L"update") << 6); in ShellCommandRunSpiFlash() 269 Flag |= (ShellCommandLineGetFlag (CheckPackage, L"updatefile") << 7); in ShellCommandRunSpiFlash()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
D | Exit.c | 81 …mandRegisterExit((BOOLEAN)(gEfiShellProtocol->BatchIsActive() && ShellCommandLineGetFlag(Package, … in ShellCommandRunExit() 88 …mandRegisterExit((BOOLEAN)(gEfiShellProtocol->BatchIsActive() && ShellCommandLineGetFlag(Package, … in ShellCommandRunExit()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/ |
D | Ifconfig6.c | 1802 …if (!ShellCommandLineGetFlag (ParamPackage, L"-r") && !ShellCommandLineGetFlag (ParamPackage, L"-s… in ShellCommandRunIfconfig6() 1803 …!ShellCommandLineGetFlag (ParamPackage, L"-?") && !ShellCommandLineGetFlag (ParamPackage, L"-l")) { in ShellCommandRunIfconfig6() 1811 …if (((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"… in ShellCommandRunIfconfig6() 1812 …((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in ShellCommandRunIfconfig6() 1813 …((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"-?")… in ShellCommandRunIfconfig6() 1814 …((ShellCommandLineGetFlag (ParamPackage, L"-s")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in ShellCommandRunIfconfig6() 1815 …((ShellCommandLineGetFlag (ParamPackage, L"-s")) && (ShellCommandLineGetFlag (ParamPackage, L"-?")… in ShellCommandRunIfconfig6() 1816 …((ShellCommandLineGetFlag (ParamPackage, L"-l")) && (ShellCommandLineGetFlag (ParamPackage, L"-?")… in ShellCommandRunIfconfig6() 1834 if (ShellCommandLineGetFlag (ParamPackage, L"-l")) { in ShellCommandRunIfconfig6() 1850 if (ShellCommandLineGetFlag (ParamPackage, L"-r")) { in ShellCommandRunIfconfig6() [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Applications/EepromCmd/ |
D | EepromCmd.c | 258 if (ShellCommandLineGetFlag (CheckPackage, L"list")) { in ShellCommandRunEeprom() 263 if (ShellCommandLineGetFlag (CheckPackage, L"help")) { in ShellCommandRunEeprom() 273 ReadMode = ShellCommandLineGetFlag (CheckPackage, L"read"); in ShellCommandRunEeprom() 274 if (ReadMode == ShellCommandLineGetFlag (CheckPackage, L"write")) { in ShellCommandRunEeprom() 279 MemMode = ShellCommandLineGetFlag (CheckPackage, L"-m"); in ShellCommandRunEeprom()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
D | Ifconfig.c | 1310 if (ShellCommandLineGetFlag (ParamPackage, L"-c")) { in ShellCommandRunIfconfig() 1319 …if (!ShellCommandLineGetFlag (ParamPackage, L"-r") && !ShellCommandLineGetFlag (ParamPackage, L"-s… in ShellCommandRunIfconfig() 1320 !ShellCommandLineGetFlag (ParamPackage, L"-l")) { in ShellCommandRunIfconfig() 1329 …if (((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"… in ShellCommandRunIfconfig() 1330 …((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in ShellCommandRunIfconfig() 1331 …((ShellCommandLineGetFlag (ParamPackage, L"-s")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in ShellCommandRunIfconfig() 1348 if (ShellCommandLineGetFlag (ParamPackage, L"-l")) { in ShellCommandRunIfconfig() 1365 if (ShellCommandLineGetFlag (ParamPackage, L"-r")) { in ShellCommandRunIfconfig() 1382 if (ShellCommandLineGetFlag (ParamPackage, L"-s")) { in ShellCommandRunIfconfig()
|