Searched refs:filter_add (Results 1 – 19 of 19) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/ |
H A D | call.t | 56 sub import { filter_add(bless []) } 73 sub import { filter_add() } 112 filter_add( 231 sub import { filter_add( 334 filter_add ( 450 filter_add(bless []) 606 filter_add(bless \$count ) 658 filter_add(bless [] ) 709 filter_add([]) 765 filter_add(bless [] ) [all …]
|
H A D | rt_54452-rebless.t | 1 # RT #54452 check that filter_add does not rebless an already blessed 42 filter_add ($self);
|
H A D | rt_101033.pm | 8 filter_add({});
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | incfilter.t | 100 filter_add(sub { 123 filter_add(sub { 149 filter_add(sub { 183 filter_add(sub {
|
H A D | closure.t | 792 sub import { filter_add( sub {
|
/openbsd/gnu/usr.bin/perl/cpan/Filter-Util-Call/ |
H A D | Call.pm | 47 sub filter_add($) subroutine
|
H A D | Call.xs | 226 filter_add(filter_call, sv) ; in real_import() 265 filter_add(NULL, (fdebug) ? (SV*)"1" : (SV*)"0");
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/ |
H A D | encoding.pm | 182 filter_add(
|
/openbsd/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/ |
H A D | Simple.pm | 190 filter_add(
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlfilter.pod | 282 filter_add(bless $ref); 296 =for apidoc filter_add 304 above uses two of these functions, C<filter_add()> and 320 with the C<filter_add()> function. This takes a filter object as a 427 filter_add(bless \%context);
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5003007 | 101 filter_add # T
|
/openbsd/gnu/usr.bin/perl/ |
H A D | perl.c | 2667 filter_add(read_e_script, NULL); in S_parse_body()
|
H A D | toke.c | 5086 filter_add(S_cr_textfilter,NULL); in S_filter_gets() 13339 SV *filter = filter_add(S_utf16_textfilter, NULL); in S_add_utf16_textfilter()
|
H A D | pp_ctl.c | 5219 datasv = filter_add(S_run_user_filter, fc); in S_require_file()
|
H A D | embed.h | 228 # define filter_add(a,b) Perl_filter_add(aTHX_ a,b) macro
|
H A D | embed.fnc | 1134 Adhp |SV * |filter_add |NULLOK filter_t funcp \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5003007 | 244 filter_add # T
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 4384 filter_add(filter_call, NULL);
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 744 Aphd |SV* |filter_add |NULLOK filter_t funcp|NULLOK SV* datasv
|