Home
last modified time | relevance | path

Searched refs:debugflags (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/devel/liteide/gotools-eff8693b15f0/debugflags/
H A Ddebugflags.go5 package debugflags package
31 flags := debugflags()
40 func debugflags() string { func
/dports/sysutils/dateutils/dateutils-0.4.1/m4/
H A Dsxe-compiler.m4154 debugflags=""
157 debugflags="$debugflags -ggdb3"
159 debugflags="$debugflags -ggdb"
163 debugflags="$debugflags -gstabs3"
165 debugflags="$debugflags -gstabs"
169 debugflags="$debugflags -gcoff3"
171 debugflags="$debugflags -gcoff"
175 debugflags="$debugflags -gxcoff3"
177 debugflags="$debugflags -gxcoff"
182 debugflags="$debugflags -g"
[all …]
/dports/devel/yuck/yuck-0.2.5-6-gb4f9441/m4/
H A Dsxe-compiler.m4154 debugflags=""
157 debugflags="$debugflags -ggdb3"
159 debugflags="$debugflags -ggdb"
163 debugflags="$debugflags -gstabs3"
165 debugflags="$debugflags -gstabs"
169 debugflags="$debugflags -gcoff3"
171 debugflags="$debugflags -gcoff"
175 debugflags="$debugflags -gxcoff3"
177 debugflags="$debugflags -gxcoff"
182 debugflags="$debugflags -g"
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcommandline.cpp176 debugflags &=~ DF_TIME; in readCommon()
183 if(DF_KEYS[i] == c) debugflags |= (1<<i); in readCommon()
184 else if(DF_KEYS[i] == (c ^ 32)) debugflags &= ~(1<<i); in readCommon()
187 debugflags &= DF_TIME; in readCommon()
189 debugflags |= DF_INIT | DF_WARN | DF_MSG | DF_ERROR; in readCommon()
191 debugflags |= DF_GEOM | DF_GP | DF_LOG | DF_FIELD | DF_POLY; in readCommon()
193 debugflags |= DF_TURN | DF_STEAM; in readCommon()
195 debugflags |= DF_GRAPH | DF_MEMORY; in readCommon()
H A Drulegen.cpp290 if(debugflags & DF_GEOM) in check_solid()
360 if(debugflags & DF_GEOM) in check_solid()
598 if(debugflags & DF_GEOM) in extend_analyzer()
906 if(debugflags & DF_GEOM) in minimize_rules()
949 if(debugflags & DF_GEOM) in minimize_rules()
997 if(debugflags & DF_GEOM) in find_possible_parents()
1135 if(debugflags & DF_GEOM) in examine_branch()
1234 if(debugflags & DF_GEOM) in rules_iteration()
1242 if(debugflags & DF_GEOM) in rules_iteration()
1245 if(debugflags & DF_GEOM) in rules_iteration()
[all …]
H A Dhprint.cpp32 EX int debugflags = DF_INIT | DF_ERROR | DF_WARN | DF_MSG | DF_TIME | DF_LOG; variable
309 if(debugflags & DF_TIME) { in write_char()
491 #define DEBB(r,x) { if(debugflags & (r)) { println_log x; } }
492 #define DEBB0(r,x) { if(debugflags & (r)) { print_log x; } }
493 #define DEBBI(r,x) { if(debugflags & (r)) { println_log x; } } indenter_finish _debbi(debugflags & …
H A Darbitrile.cpp192 if(debugflags & DF_GEOM) println(hlog, "at = ", at); in build_from_angles_edges()
204 if(debugflags & DF_GEOM) println(hlog, "special case encountered"); in build_from_angles_edges()
209 if(debugflags & DF_GEOM) println(hlog, "ctr = ", ctr); in build_from_angles_edges()
326 if(debugflags & DF_GEOM) in compute_vertex_valence()
371 if(debugflags & DF_GEOM) in compute_vertex_valence()
504 if(debugflags & DF_GEOM) in load()
597 if(debugflags & DF_GEOM) println(hlog, "add subline ", i, "-", j); in load()
1247 if(debugflags & DF_GEOM) { in convert()
/dports/audio/rtmidi/rtmidi-4.0.0/
H A Dconfigure.ac89 debugflags=""
95 debugflags="${debugflags} -g"
100 debugflags="${debugflags} -O3"
105 AS_IF([test "x$debugflags" != x],
106 …AS_IF([test "x$override_cxx" = "xyes" ], CXXFLAGS="$CXXFLAGS $debugflags", CXXFLAGS="$debugflags $…
107 AS_IF([test "x$override_c" = "xyes" ], CFLAGS="$CFLAGS $debugflags", CFLAGS="$debugflags $CFLAGS")
/dports/games/barrage/barrage-1.0.5/
H A Dconfigure.ac45 debugflags=""
51 debugflags="-O0 -g")
58 CFLAGS="$CFLAGS $SDL_CFLAGS $audio_flag $debugflags -DSRC_DIR=\\\"$datdir\\\" -DCONFIGDIRNAME=\\\"$…
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/
H A Dconfigure.ac99 debugflags=""
104 debugflags="${debugflags} -g -O0"
109 debugflags="${debugflags} -O3"
115 AS_IF([test "x$debugflags" != x],
116 …AS_IF([test "x$override_cxx" = "xyes" ], CXXFLAGS="$CXXFLAGS $debugflags", CXXFLAGS="$debugflags $…
117 AS_IF([test "x$override_c" = "xyes" ], CFLAGS="$CFLAGS $debugflags", CFLAGS="$debugflags $CFLAGS")
/dports/audio/rtaudio/rtaudio-5.1.0/
H A Dconfigure.ac99 debugflags=""
104 debugflags="${debugflags} -g -O0"
109 debugflags="${debugflags} -O3"
115 AS_IF([test "x$debugflags" != x],
116 …AS_IF([test "x$override_cxx" = "xyes" ], CXXFLAGS="$CXXFLAGS $debugflags", CXXFLAGS="$debugflags $…
117 AS_IF([test "x$override_c" = "xyes" ], CFLAGS="$CFLAGS $debugflags", CFLAGS="$debugflags $CFLAGS")
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mpack-amalgamation-1.0/
H A DSConstruct87 debugflags = ["-DDEBUG", "-Og"]
89 debugflags = ["-DDEBUG", "-O0"]
136 AddBuild("debug-" + variant_dir, debugflags + cppflags, debugflags + linkflags, valgrind)
145 AddBuild("debug", defaultfeatures + allconfigs + debugflags + cflags + gcovflags, gcovflags)
155 …AddBuild("debug-size", ["-DMPACK_OPTIMIZE_FOR_SIZE=1"] + debugflags + allfeatures + allconfigs + c…
194 …AddBuilds("realloc", allfeatures + allconfigs + debugflags + cflags + ["-DMPACK_REALLOC=test_reall…
/dports/lang/ruby26/ruby-2.6.9/enc/
H A DMakefile.in47 debugflags = @debugflags@
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap4/
H A Dd4file.c110 if(FLAGSET(d4info->controls.debugflags,NCF_DEBUG_COPY)) { in NCD4_open()
260 if(FLAGSET(d4info->controls.debugflags,NCF_DEBUG_COPY)) { in NCD4_close()
299 && !FLAGSET(d4info->controls.debugflags,NCF_DEBUG_COPY)) { in freeInfo()
454 SETFLAG(info->controls.debugflags,NCF_DEBUG_COPY); /* => close */ in NCD4_applyclientparamcontrols()
476 CLRFLAG(info->controls.debugflags,NCF_FILLMISMATCH); in NCD4_applyclientparamcontrols()
/dports/science/netcdf/netcdf-c-4.7.4/libdap4/
H A Dd4file.c115 if(FLAGSET(d4info->controls.debugflags,NCF_DEBUG_COPY)) { in NCD4_open()
265 if(FLAGSET(d4info->controls.debugflags,NCF_DEBUG_COPY)) { in NCD4_close()
304 && !FLAGSET(d4info->controls.debugflags,NCF_DEBUG_COPY)) { in freeInfo()
461 SETFLAG(info->controls.debugflags,NCF_DEBUG_COPY); /* => close */ in NCD4_applyclientparamcontrols()
483 CLRFLAG(info->controls.debugflags,NCF_FILLMISMATCH); in NCD4_applyclientparamcontrols()
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Ddebug.h41 enum debugflags { enum
/dports/science/tfel/tfel-3.4.0/tfel-config/src/
H A Dtfel-config.cxx88 static bool debugflags = false; variable
304 registerCallBack("--debug-flags", [] { debugflags = true; }, in main()
528 if (debugflags) { in main()
/dports/devel/liteide/gotools-eff8693b15f0/
H A Dmain.go43 command.Register(debugflags.Command)
/dports/mail/imapsync/imapsync-1d08afa/W/
H A Dtest2.bat19 …--nofoldersizes --no-modulesversion --folder INBOX.flagsetSeen --debugflags --dry --regexflag "s,…
/dports/sysutils/relaxconf/relaxconf-1.1.1/
H A Dafter_installation_routines_orig.sh47 sysctl kern.geom.debugflags=16
/dports/lang/ruby26/ruby-2.6.9/
H A D.travis.yml160 - debugflags=-ggdb3
187 - debugflags=-ggdb3
197 - debugflags=-g0
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/vendor/github.com/spf13/cobra/
H A Dcommand.go738 var debugflags func(*Command)
740 debugflags = func(x *Command) {
771 debugflags(y)
776 debugflags(c)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/spf13/cobra/
H A Dcommand.go738 var debugflags func(*Command)
740 debugflags = func(x *Command) {
771 debugflags(y)
776 debugflags(c)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/spf13/cobra/
H A Dcommand.go738 var debugflags func(*Command)
740 debugflags = func(x *Command) {
771 debugflags(y)
776 debugflags(c)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/spf13/cobra/
H A Dcommand.go738 var debugflags func(*Command)
740 debugflags = func(x *Command) {
771 debugflags(y)
776 debugflags(c)

12345678910