Searched refs:extra (Results 101 - 125 of 134) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm193 You can override this by giving extra arguments; see below.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm285 ignore those extra bits) but it does mean that using the ~ operator
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm373 to this approach is the bit of bandwidth for sending an extra header on each cookie.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm628 Finally, you will be prompted for any extra URLs -- file:, ftp:, or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm228 extra names in addition to the default set you will still need to
H A DPerlIO.pm118 needs extra house-keeping (to extend the file) which negates any advantage.
H A DSelfLoader.pm293 module is available. However this does require the extra step of ensuring
H A DTest.pm20 $TestLevel = 0; # how many extra stack frames to skip
73 ok @list, 3, "\@list=".join(',',@list); #extra notes
597 Although test failures should be enough, extra diagnostics can be
H A Doverload.pm995 To remove creation of the tied hash on each access, one may an extra
1196 example below. Here is the extra-credit question: why do we need an
1302 simplicity is due to an appropriate choice of defaults. One extra
H A DCPAN.pm3560 my $extra = "";
3562 $extra .= " (".$self->author;
3567 $extra .= " <$email>";
3569 $extra .= " <no email>";
3571 $extra .= ")";
3577 push @m, sprintf " %-12s %s%s\n", $_, $self->{RO}{$_}, $extra;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm70 my $extra = substr($res[0], $extrapos-$startlen, $extralen, "\n");
71 $res[1] = "$extra$res[1]";
72 eval { substr($$textref,$remainderpos,0) = $extra;
86 my $extra = $extralen
88 eval {substr($$textref,$_[4],$_[1]+$_[5])=$extra} ; #CHOP OUT PREFIX & MATCH, IF POSSIBLE
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s224 srlx %o0, %g5, %o1 ! move extra byte for the next use
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_prv.c61 mderr.extra = NULL;
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex49 % The extra TeX runs get the cross-reference information correct.
707 % @frenchspacing on|off says whether to put extra space after punctuation.
738 % explicit \vfill so that the extra space is at the bottom. The
756 % the `@group' to put extra space in the output. Since @group
1197 \let\setfilename=\comment % Ignore extra @setfilename cmds.
2330 % For me, subjectively, the few extra characters that fit aren't worth
2789 % Open one extra group, as we want to close it in the middle of \Etitlepage.
3083 % horizontal list on a line by itself, resulting in extra blank space.
4250 % will have extra space inserted, because the \medbreak in the
4257 % Avoid page breaks due to these extra skip
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm648 extra references that you wish to let the Storable engine serialize.
651 extra references will be pointing into the deserialized structure.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1431 Similar to mkstemp(), except that an extra argument can be supplied
1955 on systems where the extra tests are irrelevant.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm1491 I<Perl> limits itself to real numbers, but an extra C<use> statement brings
1664 The following extra operations are supported on both real and complex
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm634 the effect is to pass the C<tie> call an extra reference to the variable
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemcpy.s143 srlx %o0, %g5, %o1 ! move extra byte for the next use
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c3514 * @extra: minimum amount of free space in the new holder of record
3516 * New attribute record holder must have free @extra bytes after moving
3524 int ntfs_attr_record_move_away(ntfs_attr_search_ctx *ctx, int extra) argument
3530 if (!ctx || !ctx->attr || !ctx->ntfs_ino || extra < 0) {
3567 le32_to_cpu(ctx->attr->length) + extra)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm990 # avoid looks-like-a-function trap with extra parens
1799 # looks-like-a-func rule, but a few extra parens won't hurt
3751 my $extra = $none + 1;
3763 if ($result == $extra) {
3834 #$extra = sprintf("%04x", $extra) if defined $extra;
3835 #print STDERR "final: $final\n none: $none\nextra: $extra\n";
4183 Print extra parentheses. Without this option, B::Deparse includes
H A DCC.pm960 # XXX The standard perl PP code has extra handling for
1829 Without extra arguments, it saves the main program.
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s260 srlx %o0, %g5, %o1 ! move extra byte for the next use
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm382 # extra statement is a workaround.
1833 extra necessary flags for you.
1903 extra \\ are necessary, unfortunately, because this variable is interpolated
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dinit.c1522 void *extra[2]; member in struct:adata

Completed in 136 milliseconds

123456