HomeSort by relevance Sort by last modified time
    Searched refs:CurrentScriptFile (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
Shift.c 32 SCRIPT_FILE *CurrentScriptFile;
43 CurrentScriptFile = ShellCommandGetCurrentScriptFile();
44 ASSERT(CurrentScriptFile != NULL);
46 if (CurrentScriptFile->Argc < 2) {
51 for (LoopVar = 0 ; LoopVar < CurrentScriptFile->Argc ; LoopVar++) {
53 SHELL_FREE_NON_NULL(CurrentScriptFile->Argv[LoopVar]);
55 if (LoopVar < CurrentScriptFile->Argc -1) {
56 CurrentScriptFile->Argv[LoopVar] = CurrentScriptFile->Argv[LoopVar+1];
58 CurrentScriptFile->Argv[LoopVar] = NULL;
    [all...]
For.c 73 SCRIPT_FILE *CurrentScriptFile;
91 CurrentScriptFile = ShellCommandGetCurrentScriptFile();
100 CurrentScriptFile!=NULL
101 && CurrentScriptFile->CurrentCommand!=NULL
102 ? CurrentScriptFile->CurrentCommand->Line:0);
295 SCRIPT_FILE *CurrentScriptFile;
336 CurrentScriptFile = ShellCommandGetCurrentScriptFile();
337 ASSERT(CurrentScriptFile != NULL);
339 if ((CurrentScriptFile->CurrentCommand != NULL) && (CurrentScriptFile->CurrentCommand->Data == NULL)) {
    [all...]
Goto.c 37 SCRIPT_FILE *CurrentScriptFile;
84 CurrentScriptFile = ShellCommandGetCurrentScriptFile();
93 CurrentScriptFile!=NULL
94 && CurrentScriptFile->CurrentCommand!=NULL
95 ? CurrentScriptFile->CurrentCommand->Line:0);
If.c 828 SCRIPT_FILE *CurrentScriptFile;
846 CurrentScriptFile = ShellCommandGetCurrentScriptFile();
847 if (!MoveToTag(GetNextNode, L"endif", L"if", NULL, CurrentScriptFile, TRUE, TRUE, FALSE)) {
856 CurrentScriptFile!=NULL
857 && CurrentScriptFile->CurrentCommand!=NULL
858 ? CurrentScriptFile->CurrentCommand->Line:0);
932 CurrentScriptFile = ShellCommandGetCurrentScriptFile();
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c     [all...]

Completed in 552 milliseconds