Home | History | Annotate | Download | only in etc

Lines Matching full:goto

32 if exist %frameworkdir%%jarfile% goto JarFileOk
35 if exist %frameworkdir%%jarfile% goto JarFileOk
53 if "%params%"=="" goto endArgs
61 if "%defaultMx%"=="" goto notXmx
62 if "%A:~0,5%" NEQ "-JXmx" goto notXmx
66 if "%A:~0,2%" NEQ "-J" goto notJ
68 goto nextArg
72 goto nextArg
76 REM and the rest of the line. The "goto :eof" actually exits the subroutine.
79 goto :eof