Lines Matching refs:goto
11 @if '%1' EQU '' goto :begin_search
13 @rem One argument may be the full path. Use a goto so we don't try to
16 @if '%2' EQU '' goto :one_arg
19 @if exist "%*" (set MSBUILD="%*") & (set _Py_MSBuild_Source=environment) & goto :found
20 @goto :begin_search
23 @if exist "%~1" (set MSBUILD="%~1") & (set _Py_MSBuild_Source=environment) & goto :found
30 @if exist "%MSBUILD%" set MSBUILD="%MSBUILD%" & (set _Py_MSBuild_Source=PATH) & goto :found
33 @if not exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" goto :skip_vswhere
36 @if not defined _Py_MSBuild_Root goto :skip_vswhere
39 @if defined MSBUILD @if exist %MSBUILD% (set _Py_MSBuild_Source=Visual Studio installation) & goto :found
47 @if exist %MSBUILD% (set _Py_MSBuild_Source=registry) & goto :found