Lines Matching refs:CurrentScriptFile
828 SCRIPT_FILE *CurrentScriptFile; in ShellCommandRunIf() local
846 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunIf()
847 if (!MoveToTag(GetNextNode, L"endif", L"if", NULL, CurrentScriptFile, TRUE, TRUE, FALSE)) { in ShellCommandRunIf()
856 CurrentScriptFile!=NULL in ShellCommandRunIf()
857 && CurrentScriptFile->CurrentCommand!=NULL in ShellCommandRunIf()
858 ? CurrentScriptFile->CurrentCommand->Line:0); in ShellCommandRunIf()
932 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunIf()
941 CurrentScriptFile!=NULL in ShellCommandRunIf()
942 && CurrentScriptFile->CurrentCommand!=NULL in ShellCommandRunIf()
943 ? CurrentScriptFile->CurrentCommand->Line:0); in ShellCommandRunIf()
994 SCRIPT_FILE *CurrentScriptFile; in ShellCommandRunElse() local
1007 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunElse()
1009 if (!MoveToTag(GetPreviousNode, L"if", L"endif", NULL, CurrentScriptFile, FALSE, TRUE, FALSE)) { in ShellCommandRunElse()
1018 CurrentScriptFile!=NULL in ShellCommandRunElse()
1019 && CurrentScriptFile->CurrentCommand!=NULL in ShellCommandRunElse()
1020 ? CurrentScriptFile->CurrentCommand->Line:0); in ShellCommandRunElse()
1023 if (!MoveToTag(GetPreviousNode, L"if", L"else", NULL, CurrentScriptFile, FALSE, TRUE, FALSE)) { in ShellCommandRunElse()
1032 CurrentScriptFile!=NULL in ShellCommandRunElse()
1033 && CurrentScriptFile->CurrentCommand!=NULL in ShellCommandRunElse()
1034 ? CurrentScriptFile->CurrentCommand->Line:0); in ShellCommandRunElse()
1038 if (!MoveToTag(GetNextNode, L"endif", L"if", NULL, CurrentScriptFile, FALSE, FALSE, FALSE)) { in ShellCommandRunElse()
1047 CurrentScriptFile!=NULL in ShellCommandRunElse()
1048 && CurrentScriptFile->CurrentCommand!=NULL in ShellCommandRunElse()
1049 ? CurrentScriptFile->CurrentCommand->Line:0); in ShellCommandRunElse()
1069 SCRIPT_FILE *CurrentScriptFile; in ShellCommandRunEndIf() local
1082 CurrentScriptFile = ShellCommandGetCurrentScriptFile(); in ShellCommandRunEndIf()
1083 if (!MoveToTag(GetPreviousNode, L"if", L"endif", NULL, CurrentScriptFile, FALSE, TRUE, FALSE)) { in ShellCommandRunEndIf()
1092 CurrentScriptFile!=NULL in ShellCommandRunEndIf()
1093 && CurrentScriptFile->CurrentCommand!=NULL in ShellCommandRunEndIf()
1094 ? CurrentScriptFile->CurrentCommand->Line:0); in ShellCommandRunEndIf()