Lines Matching refs:content
39 like tied(*FH)->content, '/is_even/', "Test that output contains some text";
155 like tied(*FH)->content, '/is_even/', "Test that output contains some text";
238 my $content = tied(*FH)->{buf};
240 $count++ while $content=~/^XS_EUPXS\(XS_My_do\)\n\{/mg;
254 my $content = tied(*FH)->{buf};
256 $count++ while $content=~/^XS_EUPXS\(XS_My_do\)\n\{/mg;
289 like $content, $expect, "Saw expected alias initialization";
303 my $content = tied(*FH)->{buf};
305 $count++ while $content=~/^XS_EUPXS\(XS_My_do\)\n\{/mg;
331 like $content, $expect, "Saw expected alias initialization";
375 sub Foo::content { shift->{buf} }