Lines Matching defs:Argc
39 UINTN Argc = 0, BufLen;
64 if (Argc < MAX_CMDLINE_ARGC) Argv[Argc++] = ArgStart;
69 if ((*ArgStart != L'\0') && (Argc < MAX_CMDLINE_ARGC))
70 Argv[Argc++] = ArgStart;
72 // Print(L"Got argc/argv from loaded image proto\n");
74 return Argc;
98 // Print(L"Got argc/argv from shell intf proto\n");
100 return EfiShellParametersProtocol->Argc;
114 // Print(L"Got argc/argv from shell params proto\n");
116 return EfiShellInterfaceProtocol->Argc;