Home
last modified time | relevance | path

Searched refs:CVAR (Results 51 – 75 of 354) sorted by relevance

12345678910>>...15

/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/ada/acats/tests/c4/
H A Dc45662b.ada40 TVAR , FVAR , CVAR : NB := NB'(FALSE) ; -- INITIAL VALUE IRRELEVANT variable
63 CVAR := NOT A ;
70 IF BOOLEAN( CVAR ) THEN
80 NOT( NOT( NOT( NOT( NOT( CVAR ))))) ))))) ))))) )))))
91 CVAR := NOT( NB( I > 1 ) ) ;
98 IF BOOLEAN( CVAR ) THEN
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dct_chat.cpp68 CVAR (String, chatmacro1, "I'm ready to kick butt!", CVAR_ARCHIVE)
69 CVAR (String, chatmacro2, "I'm OK.", CVAR_ARCHIVE)
70 CVAR (String, chatmacro3, "I'm not looking too good!", CVAR_ARCHIVE)
71 CVAR (String, chatmacro4, "Help!", CVAR_ARCHIVE)
72 CVAR (String, chatmacro5, "You suck!", CVAR_ARCHIVE)
73 CVAR (String, chatmacro6, "Next time, scumbag...", CVAR_ARCHIVE)
74 CVAR (String, chatmacro7, "Come here!", CVAR_ARCHIVE)
75 CVAR (String, chatmacro8, "I'll take care of it.", CVAR_ARCHIVE)
76 CVAR (String, chatmacro9, "Yes", CVAR_ARCHIVE)
77 CVAR (String, chatmacro0, "No", CVAR_ARCHIVE)
[all …]
H A Ddoomstat.cpp42 CVAR (Bool, developer, false, 0)
45 CVAR (Bool, var_friction, true, CVAR_SERVERINFO);
46 CVAR (Bool, var_pushers, true, CVAR_SERVERINFO);
48 CVAR (Bool, alwaysapplydmflags, false, CVAR_SERVERINFO);
H A Dam_map.cpp78 CVAR (Int, am_rotate, 0, CVAR_ARCHIVE);
79 CVAR (Int, am_overlay, 0, CVAR_ARCHIVE);
80 CVAR (Bool, am_showsecrets, true, CVAR_ARCHIVE);
82 CVAR (Bool, am_showitems, false, CVAR_ARCHIVE);
83 CVAR (Bool, am_showtime, true, CVAR_ARCHIVE);
85 CVAR (Int, am_colorset, 0, CVAR_ARCHIVE);
87 CVAR (Int, am_map_secrets, 1, CVAR_ARCHIVE);
88 CVAR (Int, am_drawmapback, 1, CVAR_ARCHIVE);
89 CVAR (Bool, am_showkeys, true, CVAR_ARCHIVE);
583 CVAR(Int, am_showsubsector, -1, 0);
[all …]
H A Dhu_scores.cpp74 CVAR (Bool, sb_cooperative_enable, true, CVAR_ARCHIVE) in EXTERN_CVAR()
75 CVAR (Int, sb_cooperative_headingcolor, CR_RED, CVAR_ARCHIVE) in EXTERN_CVAR()
76 CVAR (Int, sb_cooperative_yourplayercolor, CR_GREEN, CVAR_ARCHIVE) in EXTERN_CVAR()
77 CVAR (Int, sb_cooperative_otherplayercolor, CR_GREY, CVAR_ARCHIVE) in EXTERN_CVAR()
79 CVAR (Bool, sb_deathmatch_enable, true, CVAR_ARCHIVE) in EXTERN_CVAR()
80 CVAR (Int, sb_deathmatch_headingcolor, CR_RED, CVAR_ARCHIVE) in EXTERN_CVAR()
81 CVAR (Int, sb_deathmatch_yourplayercolor, CR_GREEN, CVAR_ARCHIVE) in EXTERN_CVAR()
82 CVAR (Int, sb_deathmatch_otherplayercolor, CR_GREY, CVAR_ARCHIVE) in EXTERN_CVAR()
84 CVAR (Bool, sb_teamdeathmatch_enable, true, CVAR_ARCHIVE) in EXTERN_CVAR()
85 CVAR (Int, sb_teamdeathmatch_headingcolor, CR_RED, CVAR_ARCHIVE) in EXTERN_CVAR()
H A Dd_netinfo.cpp63 CVAR (Float, autoaim, 35.f, CVAR_USERINFO | CVAR_ARCHIVE);
64 CVAR (String, name, "Player", CVAR_USERINFO | CVAR_ARCHIVE);
65 CVAR (Color, color, 0x40cf00, CVAR_USERINFO | CVAR_ARCHIVE);
66 CVAR (Int, colorset, 0, CVAR_USERINFO | CVAR_ARCHIVE);
67 CVAR (String, skin, "base", CVAR_USERINFO | CVAR_ARCHIVE);
68 CVAR (Int, team, TEAM_NONE, CVAR_USERINFO | CVAR_ARCHIVE);
69 CVAR (String, gender, "male", CVAR_USERINFO | CVAR_ARCHIVE);
70 CVAR (Bool, neverswitchonpickup, false, CVAR_USERINFO | CVAR_ARCHIVE);
71 CVAR (Float, movebob, 0.25f, CVAR_USERINFO | CVAR_ARCHIVE);
72 CVAR (Float, stillbob, 0.f, CVAR_USERINFO | CVAR_ARCHIVE);
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dpycontextvar.pyx9 CVAR = PyContextVar_New("cvar", NULL) variable
19 >>> test_get_value(CVAR)
20 >>> test_get_value(CVAR, "default")
35 >>> test_get_value_no_default(CVAR)
36 >>> test_get_value_no_default(CVAR, "default")
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Dshared_hud.cpp67 CVAR(Int,hud_althudscale, 2, CVAR_ARCHIVE) // Scale the hud to 640x400?
71 CVAR (Bool, hud_showsecrets, true,CVAR_ARCHIVE); // Show secrets on HUD
73 CVAR (Bool, hud_showitems, false,CVAR_ARCHIVE); // Show item stats on HUD
75 CVAR (Bool, hud_showscore, false, CVAR_ARCHIVE); // for user maintained score
76 CVAR (Bool, hud_showweapons, true, CVAR_ARCHIVE); // Show weapons collected
77 CVAR (Int , hud_showammo, 2, CVAR_ARCHIVE); // Show ammo collected
78 CVAR (Int , hud_showtime, 0, CVAR_ARCHIVE); // Show time on HUD
93 CVAR (Int, hudcolor_titl, CR_YELLOW, CVAR_ARCHIVE) // color of automap title
94 CVAR (Int, hudcolor_time, CR_RED, CVAR_ARCHIVE) // color of level/hub time
96 CVAR (Int, hudcolor_ttim, CR_GOLD, CVAR_ARCHIVE) // color of total time
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dsyntax.c33 set('$', CVAR); in init_syntax()
51 set('$', CVAR); in init_syntax()
86 set('$', CVAR); in init_syntax()
123 set('$', CVAR)
143 set('$', CVAR)
182 set('$', CVAR)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/LHS/mods/
H A DMiscmod.f9093 DOUBLE PRECISION, ALLOCATABLE :: CVAR(:)
106 ALLOCATE( ICVAR(NCVAR), JCVAR(NCVAR), CVAR(NCVAR) )
109 CVAR = 0.0
118 DEALLOCATE( ICVAR, JCVAR, CVAR )
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dmusic_midi_timidity.cpp32 CVAR (String, timidity_exe, "timidity.exe", CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
34 CVAR (String, timidity_exe, "timidity", CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
36 CVAR (String, timidity_extargs, "", CVAR_ARCHIVE|CVAR_GLOBALCONFIG) // extra args to pass to Timidi…
37 CVAR (String, timidity_chorus, "0", CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
38 CVAR (String, timidity_reverb, "0", CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
39 CVAR (Bool, timidity_stereo, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
40 CVAR (Bool, timidity_8bit, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
41 CVAR (Bool, timidity_byteswap, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
/dports/lang/spidermonkey78/firefox-78.9.0/build/pymake/tests/
H A Dsubmake.makefile217 test "$(origin CVAR)" = "command line"
18 test "$(CVAR)" = "c val=spac\ed"
/dports/lang/spidermonkey60/firefox-60.9.0/build/pymake/tests/
H A Dsubmake.makefile217 test "$(origin CVAR)" = "command line"
18 test "$(CVAR)" = "c val=spac\ed"
/dports/www/firefox-legacy/firefox-52.8.0esr/build/pymake/tests/
H A Dsubmake.makefile217 test "$(origin CVAR)" = "command line"
18 test "$(CVAR)" = "c val=spac\ed"
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/ada/acats/tests/c3/
H A Dc34012a.ada106 CVAR : BRAND_NEW_T :=F; variable
118 IF CVAR = 5 THEN

12345678910>>...15