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 72 SCRIPT_FILE *CurrentScriptFile;
90 CurrentScriptFile = ShellCommandGetCurrentScriptFile();
99 CurrentScriptFile!=NULL
100 && CurrentScriptFile->CurrentCommand!=NULL
101 ? CurrentScriptFile->CurrentCommand->Line:0);
290 SCRIPT_FILE *CurrentScriptFile;
331 CurrentScriptFile = ShellCommandGetCurrentScriptFile();
332 ASSERT(CurrentScriptFile != NULL);
334 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 834 SCRIPT_FILE *CurrentScriptFile;
852 CurrentScriptFile = ShellCommandGetCurrentScriptFile();
853 if (!MoveToTag(GetNextNode, L"endif", L"if", NULL, CurrentScriptFile, TRUE, TRUE, FALSE)) {
862 CurrentScriptFile!=NULL
863 && CurrentScriptFile->CurrentCommand!=NULL
864 ? CurrentScriptFile->CurrentCommand->Line:0);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c     [all...]

Completed in 280 milliseconds