Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 915) sorted by relevance

12345678910>>...37

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DPullParser.pm13 BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG }
90 DEBUG > 1 and print STDERR "New pullparser object: $self\n";
99 DEBUG > 1 and print STDERR "\nget_token starting up on $self.\n";
100 DEBUG > 2 and print STDERR " Items in token-buffer (",
110 DEBUG > 3 and print STDERR "I need to get something into my empty token buffer...\n";
112 DEBUG and print STDERR "$self 's source is dead.\n";
119 DEBUG and print STDERR "$self 's source is filehandle $fh.\n";
122 DEBUG >
[all...]
H A DBlackBox.pm26 #use constant DEBUG => 7;
57 *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG
125 DEBUG > 4 and
128 DEBUG > 5 and
148 DEBUG > 4 and print STDERR "# Source is dead.\n";
153 DEBUG > 4 and print STDERR "# Undef-line seen.\n";
170 DEBUG > 2 and print STDERR "First line: [$source_line]\n";
173 DEBUG an
[all...]
H A DSimpleTree.pm9 *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG;
19 DEBUG > 2 and print STDERR "Handling $_[1] start-event\n";
25 DEBUG and print STDERR " And oo, it gets to be root!\n";
29 DEBUG > 3 and print STDERR "Stack is now: ",
35 DEBUG > 2 and print STDERR "Handling $_[1] end-event\n";
37 DEBUG > 3 and print STDERR "Stack is now: ",
43 DEBUG > 2 and print STDERR "Handling $_[1] text-event\n";
51 DEBUG >
[all...]
H A DTranscode.pm6 if(defined &DEBUG) {;} # Okay
7 elsif( defined &Pod::Simple::DEBUG ) { *DEBUG = \&Pod::Simple::DEBUG; }
8 else { *DEBUG = sub () {0}; }
18 DEBUG and print STDERR "About to try loading $class...\n";
21 DEBUG and print STDERR "Couldn't load $class: $@\n";
23 DEBUG and print STDERR "OK, loaded $class.\n";
H A DRTF.pm5 #sub DEBUG () {4};
6 #sub Pod::Simple::DEBUG () {4};
7 #sub Pod::Simple::PullParser::DEBUG () {4};
15 BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG }
157 DEBUG > 2 and print STDERR "To accept: ", join(' ',@_to_accept), "\n";
224 DEBUG > 1 and print STDERR " $type " , $token->text, " in verbatim!\n";
230 DEBUG > 1 and print STDERR " $type " , $token->text, "\n";
268 DEBUG >
[all...]
H A DHTML.pm8 if(defined &DEBUG) { } # no-op
9 elsif( defined &Pod::Simple::DEBUG ) { *DEBUG = \&Pod::Simple::DEBUG }
10 else { *DEBUG = sub () {0}; }
197 DEBUG > 2 and print STDERR "To accept: ", join(' ',@_to_accept), "\n";
241 DEBUG and print STDERR "Initting $self\n for $module\n",
264 DEBUG and print STDERR "Forcing title to be $title\n";
269 DEBUG and print STDERR "No content seen in search for title.\n";
279 DEBUG an
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/
H A DSimple.pm5 BEGIN { *DEBUG = sub () {0} unless defined &DEBUG }
31 DEBUG > 4 and print STDERR "MANY_LINES is ", MANY_LINES(), "\n";
39 if(DEBUG > 2) {
148 DEBUG > 2 and print STDERR " CRAZY ERROR: encoding wasn't really handled?!\n";
156 DEBUG > 2 and print STDERR " (encoding successfully handled.)\n";
200 DEBUG > 4 and print STDERR "# Output string set to $x ($$x)\n";
268 DEBUG > 2 and print STDERR "Learning to accept \"=$d\" as directive of type $type\n";
270 DEBUG > 6 and print STDERR "$this\'s accept_directives : ",
291 DEBUG >
[all...]
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
H A DMaketext.pm10 BEGIN { unless(defined &DEBUG) { *DEBUG = sub () {0} } }
20 DEBUG and warn " utf8 on for _compile()\n";
23 DEBUG and warn " utf8 not available for _compile() ($INC{'utf8.pm'})\n$@\n";
284 DEBUG and warn "* Using external lex cache version of \"$phrase\"\n";
291 DEBUG and warn "* Looking up \"$phrase\" in $h_r\n";
293 DEBUG and warn " Found \"$phrase\" in $h_r\n";
309 DEBUG and warn " Automaking \"$phrase\" into $h_r\n";
318 DEBUG>1 and print " Not found in $h_r, nor automakable\n";
324 DEBUG and warn "! Lookup of \"$phrase\" in/under ", ref($handle) || $handle, " fails.\n";
326 DEBUG and warn "WARNING0: maketext fails looking for <$phrase>\n";
[all …]
/openbsd-src/usr.bin/sndiod/
H A Dsock.c153 #ifdef DEBUG in sock_log()
162 #ifdef DEBUG in sock_log()
202 #ifdef DEBUG in sock_close()
215 #ifdef DEBUG in sock_close()
224 #ifdef DEBUG
238 #ifdef DEBUG in sock_slot_fill()
252 #ifdef DEBUG in sock_slot_flush()
330 #ifdef DEBUG in sock_midi_fill()
346 #ifdef DEBUG in sock_new()
356 #ifdef DEBUG in sock_new()
[all...]
H A Dfile.c73 #ifdef DEBUG
100 #ifdef DEBUG in timo_add()
138 #ifdef DEBUG in timo_del()
194 #ifdef DEBUG in timo_done()
209 #ifdef DEBUG in file_log()
223 #ifdef DEBUG in file_new()
233 #ifdef DEBUG in file_new()
241 #ifdef DEBUG in file_new()
250 #ifdef DEBUG in file_new()
255 #ifdef DEBUG in file_del()
[all...]
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dserdrv.c164 #ifdef DEBUG in process_baud_rate()
171 #ifdef DEBUG in process_baud_rate()
182 #ifdef DEBUG in process_baud_rate()
187 #ifdef DEBUG in process_baud_rate()
197 #ifdef DEBUG in SerialOpen()
212 # ifdef DEBUG in SerialOpen()
227 #ifdef DEBUG in SerialOpen()
232 #ifdef DEBUG in SerialOpen()
385 #ifdef DEBUG in SerialRead()
395 #ifdef DEBUG in SerialRead()
[all …]
H A Detherdrv.c197 # ifdef DEBUG in open_socket()
219 # ifdef DEBUG in open_socket()
237 #ifdef DEBUG in open_socket()
288 #ifdef DEBUG in fetch_ports()
295 #ifdef DEBUG in fetch_ports()
308 #ifdef DEBUG in fetch_ports()
334 #ifdef DEBUG in fetch_ports()
356 #ifdef DEBUG in fetch_ports()
368 #ifdef DEBUG in fetch_ports()
403 # ifdef DEBUG in read_packet()
[all …]
H A Dardi.c119 #ifdef DEBUG in register_debug_message_handler()
132 #ifdef DEBUG in wait_for_debug_message()
139 #ifdef DEBUG in wait_for_debug_message()
196 #ifdef DEBUG in TargetLogInit()
225 #ifdef DEBUG in receive_negotiate()
237 #ifdef DEBUG in receive_negotiate()
251 #ifdef DEBUG in receive_negotiate()
260 #ifdef DEBUG in receive_negotiate()
329 #ifdef DEBUG in negotiate_params()
344 #ifdef DEBUG in negotiate_params()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/
H A DPerldoc.pm20 unless(defined &DEBUG) {
25 *DEBUG = sub () {0};
37 ( defined(&Pod::Perldoc::DEBUG) and &Pod::Perldoc::DEBUG() )
123 DEBUG > 4 and print "Considering new formatter classes -M$classes\n";
137 DEBUG > 3 and print(
216 if(DEBUG > 3) {
236 DEBUG > 1 and print "New $class object $new\n";
245 if( DEBUG or $self->opt_D ) {
247 DEBUG ? do {
256 if(DEBUG) { print $out } else { print STDERR $out }
[all …]
/openbsd-src/games/monop/
H A Dmisc.c140 #ifdef DEBUG in set_ownlist()
144 #ifdef DEBUG in set_ownlist()
149 #ifdef DEBUG in set_ownlist()
155 #ifdef DEBUG in set_ownlist()
160 #ifdef DEBUG in set_ownlist()
164 #ifdef DEBUG in set_ownlist()
171 #ifdef DEBUG in set_ownlist()
176 #ifdef DEBUG in set_ownlist()
183 #ifdef DEBUG in set_ownlist()
187 #ifdef DEBUG in set_ownlist()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DAlias.pm5 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; constant
30 DEBUG and warn "eval $val";
32 DEBUG and $@ and warn "$val, $@";
35 DEBUG and warn "$alias", "->", "($find)";
43 DEBUG and warn "$alias, $new";
61 DEBUG and warn "$find => $name";
65 if (DEBUG) {
90 DEBUG and warn "delete \$Alias\{$k\}";
94 DEBUG and warn "delete \$Alias\{$k\}";
100 DEBUG and warn "delete \$Alias\{$alias\}";
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/
H A DGetOptsOO.pm8 *DEBUG = defined( &Pod::Perldoc::DEBUG )
9 ? \&Pod::Perldoc::DEBUG
27 DEBUG > 3 and print " Truth is $truth\n";
51 DEBUG > 3 and print " $method => $rest\n";
58 DEBUG > 3 and print " $method is true ($truth)\n";
64 DEBUG > 3
79 DEBUG > 2 and print " Setting args->[0] to \"-$rest\"\n";
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dor32-dis.c23 #define DEBUG 0 macro
43 #if DEBUG in find_bytes_big()
77 #if DEBUG in or32_extract()
90 #if DEBUG in or32_extract()
110 #if DEBUG in or32_extract()
119 #if DEBUG in or32_extract()
124 #if DEBUG in or32_extract()
143 #if DEBUG in or32_extract()
154 #if DEBUG in or32_opcode_match()
160 #if DEBUG in or32_opcode_match()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/Memoize/
H A DExpire.pm7 our $DEBUG;
44 $DEBUG and print STDERR " >> Store $_[1] $_[2]\n";
55 $DEBUG and print STDERR " >> Fetch cached value for $_[1]\n";
57 $DEBUG and print STDERR " >> (ttl: ", ($expire_time-time()), ", nuses: $num_uses_left)\n";
63 $DEBUG and print STDERR " >> Exists $_[1]\n";
65 $DEBUG and print STDERR " Not in underlying hash at all.\n";
71 if ($DEBUG) {
77 $DEBUG and print STDERR " (Still good)\n";
80 $DEBUG and print STDERR " (Expired)\n";
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dor32-dis.c22 #define DEBUG 0 macro
52 #if DEBUG
92 #if DEBUG
105 #if DEBUG
125 #if DEBUG
134 #if DEBUG
139 #if DEBUG
158 #if DEBUG
171 #if DEBUG
177 #if DEBUG
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-or32.c34 #define DEBUG 0 macro
136 #if DEBUG
188 #if DEBUG
252 #if DEBUG
294 #if DEBUG
345 #if DEBUG
362 #if DEBUG
403 #if DEBUG
419 #if DEBUG
446 #if DEBUG
[all …]
/openbsd-src/usr.bin/gprof/
H A Ddfn.c64 # ifdef DEBUG in dfn()
115 # ifdef DEBUG in dfn_pre_visit()
170 # ifdef DEBUG in dfn_findcycle()
193 # ifdef DEBUG in dfn_findcycle()
208 # ifdef DEBUG in dfn_findcycle()
225 # ifdef DEBUG in dfn_findcycle()
236 # ifdef DEBUG in dfn_findcycle()
262 # ifdef DEBUG in dfn_self_cycle()
281 # ifdef DEBUG in dfn_post_visit()
296 # ifdef DEBUG in dfn_post_visit()
[all …]
/openbsd-src/usr.sbin/amd/amd/
H A Drpc_fwd.c92 #ifdef DEBUG in fwd_alloc()
115 #ifdef DEBUG in fwd_alloc()
132 #ifdef DEBUG in fwd_alloc()
146 #ifdef DEBUG in fwd_free()
150 #ifdef DEBUG in fwd_free()
221 #ifdef DEBUG in fwd_packet()
231 #ifdef DEBUG in fwd_packet()
236 #ifdef DEBUG in fwd_packet()
242 #ifdef DEBUG in fwd_packet()
272 #ifdef DEBUG in fwd_packet()
[all …]
/openbsd-src/usr.bin/make/
H A Ddir.c301 if (DEBUG(DIR)) { in read_directory()
319 if (DEBUG(DIR)) in read_directory()
442 if (DEBUG(DIR)) in Dir_FindFileComplexi()
450 if (DEBUG(DIR)) in Dir_FindFileComplexi()
462 if (DEBUG(DIR)) in Dir_FindFileComplexi()
465 if (DEBUG(DIR)) in Dir_FindFileComplexi()
485 if (DEBUG(DIR)) in Dir_FindFileComplexi()
492 if (DEBUG(DIR)) in Dir_FindFileComplexi()
504 if (DEBUG(DIR)) in Dir_FindFileComplexi()
524 if (DEBUG(DIR)) in Dir_FindFileComplexi()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-sh-symbian.c30 #define DEBUG 0 macro
48 if (DEBUG) \
66 if (DEBUG) \
86 if (DEBUG) \
117 if (DEBUG) in sh_symbian_import_as()
135 if (DEBUG) in sh_symbian_import_as()
142 if (DEBUG) in sh_symbian_import_as()
152 if (DEBUG) in sh_symbian_import_as()
178 if (DEBUG) in sh_symbian_import()
189 if (DEBUG) in sh_symbian_export()
[all …]

12345678910>>...37