Lines Matching defs:Debug
172 int Debug = D_NONE; /* debug flag */
334 case 'd': /* debug */
619 if (!Debug) {
622 /* Tuck my process id away, if I'm not in debug mode. */
659 if (Debug) {
2932 if (!daemonized && Debug)
2934 if (!daemonized && !Debug)
3618 if (Debug) {
4195 if(Debug)
4939 Debug = D_DEFAULT;
4945 "%s: debug logging is not compiled\n",
4954 Debug = D_DEFAULT; /* compat */
4977 Debug = bits & D_ALL;
4982 * typeof(Debug) that are not in D_ALL).
4984 if (Debug == 0)
4985 Debug = ~D_ALL;