Lines Matching refs:goto
14 if "%~1"=="--no-tkinter" (set IncludeTkinter=false) & shift & goto CheckOpts
15 if "%~1"=="--no-openssl" (set IncludeSSL=false) & shift & goto CheckOpts
16 if "%~1"=="--tkinter-src" (set IncludeTkinterSrc=true) & shift & goto CheckOpts
17 if "%~1"=="--openssl-src" (set IncludeSSLSrc=true) & shift & goto CheckOpts
18 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts
19 if "%~1"=="--organization" (set ORG=%2) & shift & shift & goto CheckOpts
20 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts
21 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts
22 if "%~1"=="--clean-only" (set DO_FETCH=false) & goto clean
25 if "%~1"=="--no-tkinter" shift & goto CheckOpts
26 if "%~1"=="--no-openssl" shift & goto CheckOpts
28 if "x%~1" NEQ "x" goto usage
30 if "%DO_CLEAN%"=="false" goto fetch
38 if "%DO_FETCH%"=="false" goto end
92 goto end