Searched refs:which (Results 201 - 225 of 305) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm754 # the sequence numbers are alreay at pretty high numbers, which would
767 # sequence numbers which are easier to control. This way we also don't
889 Use a tree format in which the minimum amount of space is used for the
947 Use formatting conventions in which the name of each OP, rather than being
1097 generated by B::Concise, rather than the real op_seq value (for which
1181 styles, and optionally by adding callback routines which populate new
1227 1. A hashref, containing the variable names and values which are
1242 arguments, which are either coderefs, or subroutine names.
1244 compile() constructs and returns a coderef, which when invoked, scans
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL58 # Getopt::Long; we want to interpret it as meaning stdin (which Pod::Parser
121 is the file to which to write the formatted output. If I<output> isn't
198 the manual section is 3, in which case the path is parsed to see if it is a
221 I<quotes> may also be set to the special value C<none>, in which case no
244 By default, section 1 will be used unless the file ends in .pm in which case
462 e-mail address (or some e-mail address to which bug reports should be sent)
H A Dpod2latex.PL80 # Now find which ones are real pods and convert
299 which is helpful for including module descriptions in documentation.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm1345 # which is a package global variable.
1548 exponential form, which is:
1558 which is also expressed by this formula:
1579 For instance, the C<sqrt> routine which computes the square root of
1600 which is exactly what we had defined for negative real numbers above.
1633 which is true (C<abs> has the regular meaning for real number, i.e. stands
1778 in which case the appropriate cartesian and exponential components
1790 override the default display style, which is C<"cartesian">. Not
1818 The old display format style, which can have values C<"cartesian"> or
1829 The first one is C<"format">, which i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm414 That second argument may be either a C<qr>'d regular expression (which is then
415 used to match the terminator line), or a defined false value (which indicates
417 (in which case the terminator is the value associated with the key
620 strings/quotelikes and reverses the order in which they are
652 your module (see L<"How it works">) which would normally replace any
712 subroutines -- C<import> and C<unimport> -- which take care of all the
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex38 % complete document in each bug report with which we can reproduce the
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
280 % Output a mark which sets \thischapter, \thissection and \thiscolor.
440 % macro which expects an ordinary undelimited TeX argument.
733 % the text is small, which looks bad.
833 % sight. (If the user is using lots of big @group commands, which
986 % @comment ...line which is ignored...
1040 % \suppressfirstparagraphindent, which the sectioning commands do.
1096 % which is what @var uses.
1123 % to a command which set
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm68 # seconds and the size in bytes of additional data which should be
195 # Description: Set the local IP address from which pings will be sent.
346 $timeout, # Seconds after which ping times out
390 $timeout # Seconds after which ping times out
409 $timeout # Seconds after which ping times out
541 $timeout # Seconds after which ping times out
560 $timeout # Seconds after which connect times out
816 $timeout # Seconds after which ping times out
837 $timeout # Seconds after which open times out
866 $timeout # Seconds after which pin
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_info.c214 smb_gethostname(char *buf, size_t buflen, smb_caseconv_t which) argument
231 switch (which) {
615 * The kpasswd_domain property is the AD domain to which the system
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmkbimage59 # Name by which this script was invoked.
180 if [ "$offset" = 0 ] && which $cp > /dev/null ; then
336 # We start by creating a virtual disk which size is the number of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv196 Selects which scheme is to be used for conversion. Available schemes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm2 # Base class for classes which implement encodings
239 when the encoding is part of a stream which may be reporting errors
241 through somehow without causing additional errors which obscure the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DErrno_pm.PL33 # OpenSTEP has gcc 2.7.2.1 which recognizes but
110 # Some Linuxes have weird errno.hs which generate
248 # Many of the E constants (including ENOENT, which is being
401 tag, C<:POSIX>, which will export all POSIX defined error numbers.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm50 C<$CRLF>, which map to C<\015>, C<\012>, and C<\015\012>. If you do
85 Returns the 4-byte wildcard ip address which specifies any
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs161 translates a 0 (perl false) to "0 but true" (which
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm110 it will only be kept up to date if all packages which use chdir import
127 functions are all aliases for the C<cwd()> function, which, on Mac OS,
H A DMemoize.pm458 # Figure out which object is in direction $direction
465 few colors, which get looked up over and over again. Memoizing
588 function C<g> which gets two arguments: A number, and a reference to
605 than those in its arguments. Suppose you have a function which
606 returns a value which depends on the current hour of the day:
932 package is a glue module called C<Memoize::SDBM_File> which does
945 C<Storable> database, use C<Memoize::Storable>, which puts a hashlike
965 See Memoize::Expire, which is a plug-in module that adds expiration
983 length 0. That means that if you have a function C<f> which you
H A Dcharnames.pm397 translations (inside the scope which C<use>s the module) with the
407 Here translator() is a subroutine which takes C<CHARNAME> as an
H A DSwitch.pm537 offers at least eighteen different ways in which two values could
608 The value is followed by a block which may contain one or more
784 One situation in which C<switch> and C<case> do not provide a good
804 converts (almost) any expression in which it appears to a reference to a
H A Dfields.pm28 # in the case of base class private fields (which occupy a slot but are
242 fields which are as compact and as fast arrays to access. This only
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm267 directories and the strange way in which the module name is given.
350 # know, which is the file we just installed (AFS). So we leave
406 You can have an environment variable PERL_INSTALL_ROOT set which will
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm288 # Unescapes a list of arguments which may contain escaped
503 (Internally, the glob routine sees a '\\\*', which means that both '\' and
512 (Internally, the glob routine sees a '\\*', which means that '\' is escaped and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintpm.inc23 # a fake _swap, which reverses the params
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s33 / "GPL"), in which case the provisions of the GPL are applicable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm63 function takes a single argument which is the string to decode and
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c556 static void ns83820_do_reset(struct nic *nic __unused, u32 which) argument
559 writel(which, ns->base + CR);
562 } while (readl(ns->base + CR) & which);

Completed in 2436 milliseconds

1234567891011>>