Searched refs:stuff (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/testpods/lib/Pod/
H A DStuff.pm8 And stuff.
10 Lots of stuff.
14 For all your stuff [tm]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchop.t122 my @stuff = qw(this that);
123 is (chop(@stuff[0,1]), 't');
126 @stuff = qw(ab cd ef);
127 is (chop(@stuff = @stuff), 'f');
129 @stuff = qw(ab cd ef);
130 is (chop(@stuff[0, 2]), 'f');
132 my %stuff = (1..4);
133 is (chop(@stuff{1, 3}), '4');
H A Dgv.t77 $foo = 'stuff';
78 @foo = qw(more stuff);
79 %foo = qw(even more random stuff);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlib.t22 @lib_dir = qw(stuff moo);
85 qr/::Config is read-only/, 'lib handles readonly stuff' );
88 is( grep(/stuff/, @INC), 0, 'no lib' );
H A DExporter.t49 This => [qw(stuff %left)],
63 sub stuff { 'stuff' } subroutine
114 my @imports = qw($seatbelt &Above stuff @wailing %left);
H A DTest.pm259 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);
[all...]
H A Dconstant.pm267 time, allowing for way cool stuff like this. (These error numbers
H A Dperl5db.pl56 # Do some stuff, then ...
777 # + Fixed a precedence bug on signal stuff.
869 # + Debug reloading selfloaded stuff (Ilya Zakharevich in 11457)
1556 # Handle socket stuff.
2135 try to execute further, cleaning any restart-related stuff out of the
3351 # Turn off the one-time-dump stuff now.
6033 First, we handle stuff in the typeahead buffer. If there is any, we shift off
6053 # Pull a line out of the typeahead if there's stuff there.
6093 my $stuff;
6094 $IN->recv($stuff, 204
[all...]
H A DCGI.pm2052 # and WebTV -- not sure it won't break stuff
5975 <... various form stuff ...>
5981 <... various form stuff ...>
7581 E.G. fetching /cgi-bin/your_script/additional/stuff will result in
7582 path_info() returning "/additional/stuff".
7597 "/usr/local/etc/httpd/htdocs/additional/stuff".
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToPod.pm7 # the Perl code (or whatever non-pod stuff is in the source file).
67 Currently this class works by just filtering out the non-Pod stuff from
/osnet-11/usr/src/lib/libuvfs/common/
H A Dfs.c195 libuvfs_hexdump(const void *stuff, int howlong) argument
199 uint8_t *bytes = (uint8_t *)stuff;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm80 ok( @stuff, 'I have some stuff' );
82 will do what you mean (fail if stuff is empty)
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s129 ! aligned. So, use ld and st instructions rather than trying to copy stuff
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlview.t72 other <strong>cool </strong></em>&gt; stuff &gt;&gt;</p>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c1871 * First argument is the stuff after the first token, e.g. "bar".
6777 Use scan_str to pull out the stuff between the <> and treat it
6900 (stuff) sub attr parameters sub foo : attr(stuff)
7598 SV *stuff = newSVpvn("",0); local
7624 if (*t == '~' && t[1] == '~' && SvCUR(stuff)) {
7632 sv_catpvn(stuff, s, eol-s);
7635 char *end = SvPVX(stuff) + SvCUR(stuff);
7638 SvCUR(stuff)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win32.pm302 Complicated stuff for Win32 that I don't understand. :(
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm70 sysread() instead of readline() for normal stuff.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm500 struct ( 'MyObj', { count => '$', stuff => '%' } );
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex301 % Have to do this stuff outside the \shipout because we want it to
819 % if you have multiple lines of stuff to put here, you'll need to
2610 % @item first col stuff @tab second col stuff @tab third col
2612 % first col stuff
2614 % second col stuff
2617 % @item first col stuff @tab second col stuff
3389 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
4344 % updating it with the new noderef stuff
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex347 % Have to do this stuff outside the \shipout because we want it to
883 % if you have multiple lines of stuff to put here, you'll need to
3362 % @item first col stuff @tab second col stuff @tab third col
3364 % first col stuff
3366 % second col stuff
3369 % @item first col stuff @tab second col stuff
4186 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
5218 % updating it with the new noderef stuff
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm323 # Extra stuff for page titles.
1194 C<$fred{'stuff'}> will still need to be escaped, though. It also translates
1198 smaller in B<troff>, and escapes stuff that *roff treats as special so that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm426 Since storage is performed recursively, you might want to stuff references

Completed in 128 milliseconds