Lines Matching refs:Package
42 LIST_ENTRY *Package;
63 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
76 if (ShellCommandLineGetFlag(Package, L"-?")) {
79 if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
86 if (ShellCommandLineGetFlag(Package, L"-s")) {
107 if (!ShellCommandLineGetFlag(Package, L"-terse") && !ShellCommandLineGetFlag(Package, L"-t")){
134 if (ShellCommandLineGetFlag(Package, L"-_pa")) {
140 // free the command line package
142 ShellCommandLineFreeVarList (Package);