Home
last modified time | relevance | path

Searched defs:DEBUG_TEXT (Results 1 – 16 of 16) sorted by relevance

/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/src/
H A Ddebug.h55 #define DEBUG_TEXT(level) 0 macro
72 #define DEBUG_TEXT(level) ((debug_mask & BIT_TEXT) && (verbose > level)) macro
/dports/mail/bogofilter-kc/bogofilter-1.2.5/src/
H A Ddebug.h55 #define DEBUG_TEXT(level) 0 macro
72 #define DEBUG_TEXT(level) ((debug_mask & BIT_TEXT) && (verbose > level)) macro
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/src/
H A Ddebug.h55 #define DEBUG_TEXT(level) 0 macro
72 #define DEBUG_TEXT(level) ((debug_mask & BIT_TEXT) && (verbose > level)) macro
/dports/mail/bogofilter/bogofilter-1.2.5/src/
H A Ddebug.h55 #define DEBUG_TEXT(level) 0 macro
72 #define DEBUG_TEXT(level) ((debug_mask & BIT_TEXT) && (verbose > level)) macro
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DUnixConnection.cc282 static char const *const DEBUG_TEXT = "::open setsockopt() IP_TRANSPARENT"; in open() local
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Davcodec.h102 #define DEBUG_TEXT N_( "Debug mask" ) macro
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Drmnimbus.cpp44 #define DEBUG_TEXT 0x01 macro
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Drmnimbus.cpp44 #define DEBUG_TEXT 0x01 macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/
H A DFormUtil.java52 public static final String DEBUG_TEXT = DEBUG + "/text"; //$NON-NLS-1$ field in FormUtil
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/
H A Dfunctions.inc.php1556 $DEBUG_TEXT = <<<EOF variable
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/
H A Dfunctions.inc.php1556 $DEBUG_TEXT = <<<EOF variable
/dports/mail/postfixadmin/postfixadmin-d3bc1551/
H A Dfunctions.inc.php1606 $DEBUG_TEXT = <<<EOF variable
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/
H A Dfunctions.inc.php1606 $DEBUG_TEXT = <<<EOF variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DFormText.java191 …private static final boolean DEBUG_TEXT = false;//"true".equalsIgnoreCase(Platform.getDebugOption(… field in FormText
/dports/textproc/groff/groff-1.22.4/src/preproc/html/
H A Dpre-html.cpp139 # define DEBUG_TEXT(text) #text macro
/dports/print/pcal/pcal-4.11.0/src/
H A Dpcaldefs.h545 #define DEBUG_TEXT (1 << 6) macro