Searched refs:filter_add (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/
H A Drt_101033.pm8 filter_add({});
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dincfilter.t100 filter_add(sub {
123 filter_add(sub {
149 filter_add(sub {
183 filter_add(sub {
H A Dclosure.t791 sub import { filter_add( sub {
/openbsd-current/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.pm20 our @EXPORT = qw( filter_add filter_del filter_read filter_read_exact) ;
47 sub filter_add($) subroutine
98 filter_add([]) ;
122 filter_add(
147 I<filter_add>.
157 filter_add()
187 filter by calling C<filter_add>.
189 =head2 B<filter_add()>
191 The function, C<filter_add>, actually installs the filter. It takes one
200 C<filter_add>, unles
[all...]
H A DCall.xs226 filter_add(filter_call, sv) ;
265 filter_add(NULL, (fdebug) ? (SV*)"1" : (SV*)"0");
/openbsd-current/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/
H A DSimple.pm190 filter_add(
304 Within the C<import> subroutine do a call to C<filter_add>, passing
344 filter_add( sub {
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A Dencoding.pm182 filter_add(
/openbsd-current/gnu/usr.bin/perl/
H A Dtoke.c4714 /* Encoded script support. filter_add() effectively inserts a
4750 DEBUG_P(PerlIO_printf(Perl_debug_log, "filter_add func %p (%s)\n",
4934 filter_add(S_cr_textfilter,NULL);
13187 SV *filter = filter_add(S_utf16_textfilter, NULL);
H A Dperl.c2614 filter_add(read_e_script, NULL);
H A Dpp_ctl.c4944 than hanging another SV from it. In turn, filter_add() optionally
4950 datasv = filter_add(S_run_user_filter, fc);
H A Dembed.h228 # define filter_add(a,b) Perl_filter_add(aTHX_ a,b) macro
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs4249 filter_add(filter_call, NULL);

Completed in 221 milliseconds