Lines Matching refs:Package
209 LIST_ENTRY *Package;
242 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
255 if (ShellCommandLineGetFlag(Package, L"-?")) {
259 if (ShellCommandLineGetCount(Package) > 2) {
263 PathName = ShellCommandLineGetRawValue(Package, 1);
284 DeleteMode = ShellCommandLineGetFlag(Package, L"-d");
285 NewName = ShellCommandLineGetValue(Package, L"-n");
286 if (DeleteMode && ShellCommandLineGetFlag(Package, L"-n")) {
289 } else if (ShellCommandLineGetFlag(Package, L"-n") && NewName == NULL) {
309 // free the command line package
311 ShellCommandLineFreeVarList (Package);