HomeSort by: relevance | last modified time | path
    Searched refs:preprocessor (Results 1 - 25 of 178) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/
Preprocess.pm 16 my $pp = $args{PREPROCESSOR} || $self->{PREPROCESSOR};
32 sub preprocessor { subroutine
35 my $old_pp = $self->{PREPROCESSOR};
37 $self->{PREPROCESSOR} = $pp if @_ > 1; # OK to pass $pp=undef
65 my $result = $t->fill_in(..., PREPROCESSOR => \&pp);
67 my $old_pp = $t->preprocessor(\&new_pp);
71 C<Text::Template::Preprocess> provides a new C<PREPROCESSOR> option to
72 C<fill_in>. If the C<PREPROCESSOR> option is supplied, it must be a
73 reference to a preprocessor subroutine. When filling out a template
    [all...]
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/
Preprocess.pm 16 my $pp = $args{PREPROCESSOR} || $self->{PREPROCESSOR};
32 sub preprocessor { subroutine
35 my $old_pp = $self->{PREPROCESSOR};
37 $self->{PREPROCESSOR} = $pp if @_ > 1; # OK to pass $pp=undef
65 my $result = $t->fill_in(..., PREPROCESSOR => \&pp);
67 my $old_pp = $t->preprocessor(\&new_pp);
71 C<Text::Template::Preprocess> provides a new C<PREPROCESSOR> option to
72 C<fill_in>. If the C<PREPROCESSOR> option is supplied, it must be a
73 reference to a preprocessor subroutine. When filling out a template
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/Template/
Preprocess.pm 10 my $pp = $args{PREPROCESSOR} || $self->{PREPROCESSOR} ;
21 sub preprocessor { subroutine
23 my $old_pp = $self->{PREPROCESSOR};
24 $self->{PREPROCESSOR} = $pp if @_ > 1; # OK to pass $pp=undef
46 my $result = $t->fill_in(..., PREPROCESSOR => \&pp);
48 my $old_pp = $t->preprocessor(\&new_pp);
52 C<Text::Template::Preprocess> provides a new C<PREPROCESSOR> option to
53 C<fill_in>. If the C<PREPROCESSOR> option is supplied, it must be a
54 reference to a preprocessor subroutine. When filling out a template
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/driver/
driver.h 40 extern const char *preprocessor;
platform.c 47 #ifndef PREPROCESSOR
48 #define PREPROCESSOR "cpp"
317 preprocessor = PREPROCESSOR;
driver.c 66 const char *preprocessor; variable
347 strlist_prepend(&args, find_file(preprocessor, &progdirs, X_OK));
  /src/usr.bin/make/unit-tests/
opt-define.mk 4 # value 1, like in the C preprocessor.
29 # The C preprocessor allows to define a macro with a specific value. Make
  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
preprocess.t 3 # Tests for PREPROCESSOR features
38 $tmpl->preprocessor($py) if ($test & 1) == 1;
39 my @args = ((($test & 2) == 2) ? (PREPROCESSOR => $pz) : ());
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
preprocess.t 3 # Tests for PREPROCESSOR features
38 $tmpl->preprocessor($py) if ($test & 1) == 1;
39 my @args = ((($test & 2) == 2) ? (PREPROCESSOR => $pz) : ());
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
12-preprocess.t 3 # Tests for PREPROCESSOR features
42 $tmpl->preprocessor($py) if ($test & 1) == 1;
43 my @args = ((($test & 2) == 2) ? (PREPROCESSOR => $pz) : ());
  /src/external/bsd/jemalloc/dist/bin/
jemalloc-config.in 20 --cppflags : Print preprocessor flags used to build jemalloc.
  /src/external/bsd/jemalloc.old/dist/bin/
jemalloc-config.in 20 --cppflags : Print preprocessor flags used to build jemalloc.
  /src/lib/libc/sys/
makelintstub 48 to the path to the C preprocessor.
  /src/external/bsd/pcc/dist/pcc/driver/
platform.c 199 preprocessor = PREPROCESSOR;
  /src/external/gpl3/binutils/dist/binutils/
windres.c 647 --preprocessor=<program> Program to use to preprocess rc file\n\
648 --preprocessor-arg=<arg> Additional preprocessor argument\n\
656 the preprocessor output\n\
680 /* Quote characters that will confuse the shell when we run the preprocessor. */
729 {"preprocessor", required_argument, 0, OPTION_PREPROCESSOR},
730 {"preprocessor-arg", required_argument, 0, OPTION_PREPROCESSOR_ARG},
780 char *preprocessor;
811 preprocessor = NULL;
873 preprocessor = xasprintf ("\"%s\"", optarg)
775 char *preprocessor; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
windres.c 647 --preprocessor=<program> Program to use to preprocess rc file\n\
648 --preprocessor-arg=<arg> Additional preprocessor argument\n\
656 the preprocessor output\n\
680 /* Quote characters that will confuse the shell when we run the preprocessor. */
729 {"preprocessor", required_argument, 0, OPTION_PREPROCESSOR},
730 {"preprocessor-arg", required_argument, 0, OPTION_PREPROCESSOR_ARG},
780 char *preprocessor;
811 preprocessor = NULL;
873 preprocessor = xasprintf ("\"%s\"", optarg)
775 char *preprocessor; local
    [all...]
  /src/games/warp/
config.h.SH 91 * This preprocessor symbol is defined, along with strrchr, if the system
95 * This preprocessor symbol is defined, along with strchr, if the system
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
gdb_ari.sh 556 parse a C preprocessor directive when `#'\'' is the first character on \
  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
gdb_ari.sh 556 parse a C preprocessor directive when `#'\'' is the first character on \
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
report.py 242 | <td><a href="{file}">preprocessor output</a></td>
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
token.c 29 * Tokenizer for the C preprocessor.
840 error("invalid preprocessor operator %c%c", ch, c2);
1394 * Handle a preprocessor directive.
1439 error("invalid preprocessor directive");
  /src/external/gpl2/grep/dist/
configure 855 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
857 CPP C preprocessor
1071 # Predefined preprocessor variables.
3123 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3124 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3307 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
3308 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3617 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
3618 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
3619 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&
    [all...]
  /src/external/bsd/mdocml/dist/
read.c 275 * the roff preprocessor. It's line-oriented but can be
278 * preprocessor can also readjust the buffers with new
  /src/external/gpl2/mkhybrid/dist/
configure 822 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
823 echo "configure:824: checking how to run the C preprocessor" >&5
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 27 * the preprocessor.

Completed in 29 milliseconds

1 2 3 4 5 6 7 8