Searched defs:Debug (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Debug.pm | 1 package B::Debug; 278 B::Debug - Walk Perl syntax tree, printing debug info about ops 282 perl -MO=Debug[,OPTIONS] foo.pl
|
/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | uucpdefs.c | 42 static int Debug; variable
|
H A D | uucp.h | 190 #define DEBUG(l, f, s) if (Debug >= l) fprintf(stderr, f, s) 398 static int Debug, Verbose; variable
|
/osnet-11/usr/src/cmd/sendmail/aux/ |
H A D | mailcompat.c | 38 bool Debug = FALSE; variable 66 Debug = TRUE;
|
H A D | vacation.c | 77 static bool Debug = FALSE; variable 136 Debug = TRUE; 260 if (Debug) 573 if (Debug) 621 if (Debug) 649 if (Debug) 669 if (Debug) 677 if (Debug && !result) 714 if (Debug) 895 if (Debug) [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CPAN.pm | 65 @CPAN::ISA = qw(CPAN::Debug Exporter); 248 @CPAN::FTP::ISA = qw(CPAN::Debug); 255 @CPAN::Complete::ISA = qw(CPAN::Debug); 264 @CPAN::Index::ISA = qw(CPAN::Debug); 271 @CPAN::InfoObj::ISA = qw(CPAN::Debug); 309 @CPAN::Shell::ISA = qw(CPAN::Debug); 339 @CPAN::Tarzip::ISA = qw(CPAN::Debug); 1013 package CPAN::Debug; 1015 #-> sub CPAN::Debug::debug ; 1034 $CPAN::Frontend->myprint("Debug( [all...] |
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | ldap.h | 776 #define Debug(level, fmt, arg1, arg2, arg3) \ macro 785 #define Debug(level, fmt, arg1, arg2, arg3) \ macro 789 extern void Debug(int level, char *fmt, ...); 793 #define Debug(level, fmt, arg1, arg2, arg3) macro
|
Completed in 233 milliseconds