Home | History | Annotate | Download | only in UefiShellLevel1CommandsLib

Lines Matching refs:Step

111   INTN            Step;

422 Info->Step = 0;
543 Info->Step = 1;
545 Info->Step = -1;
565 ASSERT(Info->Step == 1 || Info->Step == -1);
568 Info->Step = 0 - (INTN)ReturnUintn(ArgSetWalker+1);
570 Info->Step = (INTN)ReturnUintn(ArgSetWalker);
637 if (Info->Step != 0) {
645 Info->Current += Info->Step;
653 if ((Info->Step > 0 && Info->Current > Info->End) || (Info->Step < 0 && Info->Current < Info->End)) {