Home
last modified time | relevance | path

Searched refs:CVAR (Results 251 – 275 of 354) sorted by relevance

1...<<1112131415

/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Di_system.cpp139 CVAR (String, queryiwad_key, "shift", CVAR_GLOBALCONFIG|CVAR_ARCHIVE);
140 CVAR (Bool, con_debugoutput, false, 0);
H A Di_input.cpp168 CVAR (Bool, k_allowfullscreentoggle, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
H A Dfb_d3d9.cpp233 CVAR(Bool, d3d_antilag, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
234 CVAR(Int, d3d_showpacks, 0, 0)
235 CVAR(Bool, vid_hwaalines, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
/dports/lang/cim/cim-3.37/src/
H A Dparser.y663 { categ=CVAR;}
703 VAR_PART : HVAR { categ=CVAR;}
H A Dparser.c2002 { categ=CVAR;; in yyparse()
2040 { categ=CVAR;; in yyparse()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/test/shaping/data/text-rendering-tests/
H A DMakefile.in94 tests/CVAR-1.tests tests/CVAR-2.tests tests/GLYF-1.tests \
/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A Dmlopl.cpp226 CVAR (Bool, opl_singlevoice, 0, 0)
/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_types.m4365 #define RSB_NUMERICAL_TYPE_CAST_TO_ANY_P(CTYPE,CVAR,TYPE,TP,TOFF) \
372 (CVAR)=(CTYPE)((type*)TP)[TOFF] ; break; \
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/test/shape/data/text-rendering-tests/
H A DMakefile.in94 tests/CVAR-1.tests tests/CVAR-2.tests tests/GLYF-1.tests \
/dports/print/harfbuzz/harfbuzz-3.4.0/test/shape/data/text-rendering-tests/
H A DMakefile.in94 tests/CVAR-1.tests tests/CVAR-2.tests tests/GLYF-1.tests \
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/test/shape/data/text-rendering-tests/
H A DMakefile.in94 tests/CVAR-1.tests tests/CVAR-2.tests tests/GLYF-1.tests \
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dwater.cpp352 CVAR(IDF_WORLD, name##fallcolour##type, 0); \
353 CVAR(IDF_WORLD, name##fallrefractcolour##type, 0); \
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dc_cvars.h433 #define CVAR(type,name,def,flags) \ macro
H A Dp_glnodes.cpp71 CVAR(Bool, gl_cachenodes, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
72 CVAR(Float, gl_cachetime, 0.6f, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
H A Dp_setup.cpp94 CVAR (Bool, genblockmap, false, CVAR_SERVERINFO|CVAR_GLOBALCONFIG);
95 CVAR (Bool, gennodes, false, CVAR_SERVERINFO|CVAR_GLOBALCONFIG);
96 CVAR (Bool, genglnodes, false, CVAR_SERVERINFO);
97 CVAR (Bool, showloadtimes, false, 0);
1659 CVAR(Bool, dumpspawnedthings, false, 0)
H A Dp_teleport.cpp44 CVAR (Bool, telezoom, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG);
H A Dr_plane.cpp1030 CVAR (Bool, tilt, false, 0);
1166 CVAR (Bool, r_skyboxes, true, 0)
H A Dp_pspr.cpp77 CVAR(Int, sv_fastweapons, false, CVAR_SERVERINFO);
H A Dp_spec.cpp581 CVAR(Bool, showsecretsector, false, 0)
582 CVAR(Bool, cl_showsecretmessage, true, CVAR_ARCHIVE) in CVAR() function
/dports/devel/antlr/antlr-2.7.7/examples/python/HTML/
H A Dhtml.g409 CVAR: "</var>"
/dports/games/zdoom/zdoom-2.8.1/src/textures/
H A Danimations.cpp166 CVAR(Bool, debuganimated, false, 0)
/dports/games/ecwolf/ecwolf-1.3.3-src/src/textures/
H A Danimations.cpp166 CVAR(Bool, debuganimated, false, 0)
/dports/games/zdoom/zdoom-2.8.1/src/posix/osx/
H A Diwadpicker_cocoa.mm58 CVAR(String, osx_additional_parameters, "", CVAR_ARCHIVE | CVAR_NOSET | CVAR_GLOBALCONFIG); function
/dports/games/ecwolf/ecwolf-1.3.3-src/src/macosx/
H A Dwl_iwad_picker_cocoa.mm58 //CVAR(String, osx_additional_parameters, "", CVAR_ARCHIVE | CVAR_NOSET | CVAR_GLOBALCONFIG);
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Da_decals.cpp57 CVAR (Bool, cl_spreaddecals, true, CVAR_ARCHIVE) in CVAR() function

1...<<1112131415