Lines Matching refs:stuff
259 ok( @stuff ); # ok if @stuff has any elements
260 ok( !grep !defined $_, @stuff ); # ok if everything in @stuff is
315 ok( grep($_ eq 'something unique', @stuff), 1,
317 '@stuff = '.join ', ', @stuff
625 ok( $fileglob, '/path/to/some/*stuff/' );
630 ok( $fileglob eq '/path/to/some/*stuff/' );
704 ok thing($whatever), baz($stuff);