Lines Matching refs:Package
40 LIST_ENTRY *Package;
60 Status = ShellCommandLineParse (ResetParamList, &Package, &ProblemParam, TRUE);
73 if (ShellCommandLineGetFlag(Package, L"-?")) {
75 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
80 if (ShellCommandLineGetFlag (Package, L"-fwui")) {
115 if (ShellCommandLineGetFlag(Package, L"-w")) {
116 if (ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-c")) {
120 String = ShellCommandLineGetValue(Package, L"-w");
127 } else if (ShellCommandLineGetFlag(Package, L"-s")) {
128 if (ShellCommandLineGetFlag(Package, L"-c")) {
132 String = ShellCommandLineGetValue(Package, L"-s");
144 String = ShellCommandLineGetValue(Package, L"-c");
161 // free the command line package
163 ShellCommandLineFreeVarList (Package);