Lines Matching refs:Package
1008 LIST_ENTRY *Package;
1039 Status = ShellCommandLineParse (MapParamList, &Package, &ProblemParam, TRUE);
1052 SfoMode = ShellCommandLineGetFlag(Package, L"-sfo");
1053 ConstMode = ShellCommandLineGetFlag(Package, L"-c");
1054 NormlMode = ShellCommandLineGetFlag(Package, L"-f");
1055 if (ShellCommandLineGetFlag(Package, L"-?")) {
1057 } else if (ShellCommandLineGetRawValue(Package, 3) != NULL) {
1064 if (ShellCommandLineGetFlag(Package, L"-d")) {
1065 if ( ShellCommandLineGetFlag(Package, L"-r")
1066 || ShellCommandLineGetFlag(Package, L"-v")
1069 || ShellCommandLineGetFlag(Package, L"-u")
1070 || ShellCommandLineGetFlag(Package, L"-t")
1075 SName = ShellCommandLineGetValue(Package, L"-d");
1095 } else if ( ShellCommandLineGetFlag(Package, L"-r")
1096 // || ShellCommandLineGetFlag(Package, L"-v")
1099 || ShellCommandLineGetFlag(Package, L"-u")
1100 || ShellCommandLineGetFlag(Package, L"-t")
1102 if ( ShellCommandLineGetFlag(Package, L"-r")) {
1112 if ( ShellStatus == SHELL_SUCCESS && ShellCommandLineGetFlag(Package, L"-u")) {
1123 Param1 = ShellCommandLineGetRawValue(Package, 1);
1124 TypeString = ShellCommandLineGetValue(Package, L"-t");
1133 ShellCommandLineGetFlag(Package, L"-v"),
1146 ShellCommandLineGetFlag(Package, L"-v"),
1159 SName = ShellCommandLineGetRawValue(Package, 1);
1160 Mapping = ShellCommandLineGetRawValue(Package, 2);
1168 ShellCommandLineGetFlag(Package, L"-v"),
1250 // free the command line package
1252 ShellCommandLineFreeVarList (Package);