Home | History | Annotate | Download | only in UefiShellLevel1CommandsLib

Lines Matching defs:CurrentValue

825   BOOLEAN             CurrentValue;

906 for ( ShellStatus = SHELL_SUCCESS, CurrentValue = FALSE, Ending = EndTagMax
920 Status = PerformResultOperation(CurrentValue);
949 Status = ProcessStatement(&CurrentValue, CurrentParameter, EndParameter, PreviousEnding, CaseInsensitive, ForceString);
957 if ((Ending == EndTagOr && CurrentValue) || (Ending == EndTagAnd && !CurrentValue)) {
958 Status = PerformResultOperation(CurrentValue);