Lines Matching refs:goto
17 if "%1" EQU "-h" goto Help
18 if "%1" EQU "-o" (set HOST=%~2) && shift && shift && goto CheckOpts
19 if "%1" EQU "--host" (set HOST=%~2) && shift && shift && goto CheckOpts
20 if "%1" EQU "-u" (set USER=%~2) && shift && shift && goto CheckOpts
21 if "%1" EQU "--user" (set USER=%~2) && shift && shift && goto CheckOpts
22 if "%1" EQU "-t" (set TARGET=%~2) && shift && shift && goto CheckOpts
23 if "%1" EQU "--target" (set TARGET=%~2) && shift && shift && goto CheckOpts
24 if "%1" EQU "--dry-run" (set DRYRUN=true) && shift && goto CheckOpts
25 if "%1" EQU "--skip-upload" (set NOUPLOAD=true) && shift && goto CheckOpts
26 if "%1" EQU "--skip-gpg" (set NOGPG=true) && shift && goto CheckOpts
27 if "%1" EQU "--skip-purge" (set NOPURGE=true) && shift && goto CheckOpts
28 if "%1" EQU "--skip-test" (set NOTEST=true) && shift && goto CheckOpts
29 if "%1" EQU "-T" (set NOTEST=true) && shift && goto CheckOpts
63 if errorlevel 1 goto :failed
65 if errorlevel 1 goto :failed
72 if errorlevel 1 goto :failed
74 if errorlevel 1 goto :failed
77 if errorlevel 1 goto :failed
79 if errorlevel 1 goto :failed