Searched defs:rt_opts (Results 1 – 4 of 4) sorted by relevance
7 set rt_opts=-q -d variable12 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable13 if "%1"=="-arm64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable14 if "%1"=="-arm32" (set rt_opts=%rt_opts% %1) & (set arm32_ssh=true) & shift & goto CheckOpts variable15 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable16 if "%1"=="-O" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable17 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable18 if "%1"=="+d" (set rt_opts=%rt_opts:-d=%) & shift & goto CheckOpts variable19 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts variable
6 set rt_opts=-q -d variable10 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable11 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable12 if "%1"=="-O" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable13 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable14 if "%1"=="+d" (set rt_opts=%rt_opts:-d=%) & shift & goto CheckOpts variable15 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts variable
33 static const struct xt_option_entry rt_opts[] = { variable