Lines Matching refs:CurrentParameter
829 UINTN CurrentParameter; in ShellCommandRunIf() local
874 CurrentParameter = 1; in ShellCommandRunIf()
890 CurrentParameter++; in ShellCommandRunIf()
907 CurrentParameter++; in ShellCommandRunIf()
913 ; CurrentParameter < gEfiShellParametersProtocol->Argc && ShellStatus == SHELL_SUCCESS in ShellCommandRunIf()
914 ; CurrentParameter++) { in ShellCommandRunIf()
917 gEfiShellParametersProtocol->Argv[CurrentParameter], in ShellCommandRunIf()
922 if (CurrentParameter+1 != gEfiShellParametersProtocol->Argc) { in ShellCommandRunIf()
928 …X_AFTER_BAD), gShellLevel1HiiHandle, L"if", gEfiShellParametersProtocol->Argv[CurrentParameter]); in ShellCommandRunIf()
937 if (!BuildNextStatement(CurrentParameter, &EndParameter, &Ending)) { in ShellCommandRunIf()
955 …Status = ProcessStatement(&CurrentValue, CurrentParameter, EndParameter, PreviousEnding, CaseInsen… in ShellCommandRunIf()
966 …X_AFTER_BAD), gShellLevel1HiiHandle, L"if", gEfiShellParametersProtocol->Argv[CurrentParameter]); in ShellCommandRunIf()
974 CurrentParameter = EndParameter; in ShellCommandRunIf()
979 CurrentParameter++; in ShellCommandRunIf()