Searched refs:pseudo (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfields.pm41 # Quiet pseudo-hash deprecation warning for uses of fields::new.
151 Carp::croak ("Odd number of elements initializing pseudo-hash\n");
255 pseudo-hash comprised of the fields declared using the C<fields>
262 This function is usable with or without pseudo-hashes. It is the
283 pseudo-hash. This function should always be used instead of creating
284 pseudo-hashes directly.
286 If the first argument is a reference to an array, the pseudo-hash will
290 the trailing elements of the pseudo-hash will not be initialized.
291 This makes it particularly useful for creating a pseudo-hash from
299 be used to construct the pseudo has
[all...]
H A DNEXT.pm163 NEXT.pm - Provide a pseudo-class NEXT (et al) that allows method redispatch
383 Yet another pseudo-class that NEXT.pm provides is C<EVERY>.
429 "ancestors"). In that case, instead of using the C<EVERY> pseudo-class:
433 you can use the C<EVERY::LAST> pseudo-class:
H A Dconstant.t151 test 44, scalar($@ =~ /^No such pseudo-hash field/);
H A DPerlIO.pm165 The implementation of C<:raw> is as a pseudo-layer which when "pushed"
181 A pseudo layer that removes the top-most layer. Gives perl code
184 and will not undo the effects of pseudo layers like C<:utf8>.
H A Dopen.pm267 pseudo-layers C<:bytes> and C<:crlf> are available.
H A Doverload.pm929 L<pseudo-hash|perlref/"Pseudo-hashes: Using an array as a hash">
930 builtin Perl type. Let's make it better than a pseudo-hash by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm116 via the C<CORE::> pseudo-package.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm87 via the C<CORE::> pseudo-package.
H A Dservent.pm89 via the C<CORE::> pseudo-package.
H A Dhostent.pm102 via the C<CORE::> pseudo-package.
H A Dnetent.pm105 via the C<CORE::> pseudo-package.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm81 via the C<CORE::> pseudo-package.
H A Dlocaltime.pm77 via the C<CORE::> pseudo-package.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm86 via the C<CORE::> pseudo-package.
H A Dpwent.pm239 available via the C<CORE::> pseudo-package.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Drunlevel.t183 Can't "goto" out of a pseudo block at - line 2.
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dnic.c382 struct udp_pseudo_hdr pseudo; local
385 /* Compute the pseudo header */
386 pseudo.src.s_addr = ip->src.s_addr;
387 pseudo.dest.s_addr = ip->dest.s_addr;
388 pseudo.unused = 0;
389 pseudo.protocol = IP_UDP;
390 pseudo.len = udp->len;
392 /* Sum the pseudo header */
393 checksum = ipchksum(&pseudo, 12);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm52 This is intended to largely replace the deprecated pseudo-hashes.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm78 provide a real tty (well, a pseudo-tty, actually), which gets you
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dfields-base.t162 qr/^No such pseudo-hash field "notthere" in variable \$obj3 of type D3/;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm156 C<tr///> and C<DATA> pseudo-filehandle are also converted.
235 =item DATA pseudo-filehandle
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL543 etc and also allow pseudo-dynamic linking (using C<ld -A> at runtime).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm510 stored internally by Perl, i.e. pseudo-randomly. If you set
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH687 * whether dirent is available or not. You should use this pseudo type to

Completed in 93 milliseconds