HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE (Results 1 - 25 of 41) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
Makefile.PL 34 DEFINE => '-DPERLDBf_NONAME=0x40 -DPERLDBf_GOTO=0x80 '
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
Makefile.PL 41 DEFINE => exists($ENV{RELEASE_BUILD}) ? '-DNDEBUG' : '',
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/
Makefile.PL 28 DEFINE => "-DPERL_EXT",
61 $(CCCMD) $(CCCDLFLAGS) -I$(PERL_INC) $(DEFINE) ListUtil.c
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
Makefile.PL 57 DEFINE => $defines,
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
Makefile.PL 34 my $DEFINE;
172 return 0 if $Config{d_gettimeod} eq 'define';
242 $DEFINE = '';
249 $DEFINE .= ' -DHAS_GETTIMEOFDAY';
275 $DEFINE .= ' -DHAS_SETITIMER';
290 $DEFINE .= ' -DHAS_GETITIMER';
311 $DEFINE .= ' -DHAS_UALARM';
330 $DEFINE .= ' -DHAS_USLEEP';
338 if ($Config{'d_select'} eq 'define') {
352 $DEFINE .= ' -DTIME_HIRES_NANOSLEEP'
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/re/
Makefile.PL 36 DEFINE => $defines,
79 \t$cccmd \$(CCCDLFLAGS) -I\$(PERL_INC) \$(DEFINE) \$*.c
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
Makefile.PL 27 DEFINE => '-DPERL_CORE -DLIBC="$(LIBC)"',
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
Makefile.PL 30 $define = ($^O eq 'MSWin32') ? '-DMSDOS' : '';
40 DEFINE => $define,
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
Makefile.PL 24 my $define = '-DSDBM -DDUFF';
25 $define .= ' -DWIN32 -DPERL_STATIC_SYMS' if ($^O eq 'MSWin32');
29 $define =~ s/\s+-DDUFF// if $Config::Config{'vms_cc_type'} eq 'vaxc';
35 DEFINE => $define,
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
Makefile.PL 33 my @defines = ( DEFINE => exists($ENV{RELEASE_BUILD}) ? '-DNDEBUG' : '' );
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
Makefile.PL 34 my @defines = ( DEFINE => exists($ENV{RELEASE_BUILD}) ? '-DNDEBUG' : '' );
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
Makefile.PL 34 my @defines = ( DEFINE => exists($ENV{RELEASE_BUILD}) ? '-DNDEBUG' : '' );
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
Makefile.PL 34 my @defines = ( DEFINE => exists($ENV{RELEASE_BUILD}) ? '-DNDEBUG' : '' );
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/
Makefile.PL 35 my @defines = ( DEFINE => exists($ENV{RELEASE_BUILD}) ? '-DNDEBUG' : '' );
  /onnv/onnv-gate/usr/src/cmd/eqn/
lookup.c 21 #define TBLSIZE 100
66 "define", DEFINE,
68 #ifdef NEQN /* make ndefine synonym for define, tdefine a no-op */
71 "ndefine", DEFINE,
73 #else /* tdefine = define, ndefine = no-op */
75 "tdefine", DEFINE,
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/
MM_Solaris_ON.pm 30 # 1. parse_args is overriden to merge the values of DEFINE specified in
53 # The default MakeMaker parse_args function overwrites DEFINE values passed
71 my $define = exists($self->{DEFINE}) ? $self->{DEFINE} : undef;
73 $self->{DEFINE} = "$define $self->{DEFINE}"
74 if (defined($define) && exists($self->{DEFINE}));
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppmisc.c 67 * op is DEFINE or UNDEF
80 case DEFINE:
94 if (op == DEFINE) return;
114 if (op == DEFINE)
  /onnv/onnv-gate/usr/src/lib/libpp/i386/
pptab.h 16 "define", DEFINE,
  /onnv/onnv-gate/usr/src/lib/libpp/sparc/
pptab.h 16 "define", DEFINE,
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
constants.h 41 #define ctrl(x) (x & 037) /* control character macro */
44 #define dbputc(c) (++dboffset, (void) putc(c, newrefs))
45 #define dbfputs(s) (dboffset += fputs(s, newrefs))
46 #define dbfprintf(s, f, a) (dboffset += fprintf(s, f, a))
49 #define strequal(s1, s2) (*(s1) == *(s2) && strcmp(s1, s2) == 0)
50 #define strnotequal(s1, s2) (*(s1) != *(s2) || strcmp(s1, s2) != 0)
53 #define setmark(c) (blockmark = c, block[blocklen] = blockmark)
57 #define getrefchar() (*(++blockp + 1) != '\0' ? *blockp : \
65 #define skiprefchar() if (*(++blockp + 1) == '\0') (void) readblock()
67 #define ESC '\033' /* escape character *
    [all...]
find.c 160 case DEFINE: /* could be a macro */
247 /* find the function definition or #define */
264 case DEFINE: /* could be a macro */
305 case DEFINE: /* could be a macro */
404 case DEFINE: /* could be a macro */
426 case DEFINE: /* could be a macro */
448 case DEFINE: /* #define inside a function */
469 case DEFINEEND: /* #define end */
515 case DEFINE: /* could be a macro *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/
Makefile.PL 105 @main::defines = ( DEFINE => '-DEXACCT_DEBUG' )
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
Makefile.PL 105 @main::defines = ( DEFINE => '-DEXACCT_DEBUG' )
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
Makefile.PL 142 @main::defines = ( DEFINE => '-DEXACCT_DEBUG' )
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
Makefile.PL 105 @main::defines = ( DEFINE => '-DEXACCT_DEBUG' )

Completed in 360 milliseconds

1 2