/openbsd/gnu/usr.bin/perl/ext/B/t/ |
H A D | f_sort | 32 sub backwards { $b cmp $a } 37 print sort backwards @harry; 59 sub backwards ($$) { $_[1] cmp $_[0]; } # $a and $b are not set here 61 @new = sort other::backwards @old; 64 sub other::backwards ($$) { $_[1] cmp $_[0]; } 65 @new = sort other::backwards @old;
|
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
H A D | backwds.t | 36 backwards => [ 1 ], 47 $backLevel1->change(backwards => []); 51 $backLevel1->change(backwards => 1); 55 $backLevel1->change(backwards => undef); 65 backwards => 2, 76 $backLevel2->change(backwards => undef); 81 $backLevel2->change(backwards => [2]); 86 $backLevel2->change(backwards => []); 97 backwards => undef, 113 backwards => [ ],
|
H A D | view.t | 116 $Collator->change(backwards => 1); 120 $Collator->change(backwards => 2); 124 $Collator->change(backwards => [1,3]); 128 $Collator->change(backwards => [2]); 132 $Collator->change(backwards => []);
|
H A D | loc_frca.t | 42 $objFrCa->change(backwards => undef);
|
H A D | loc_ca.t | 114 $objCa->change(backwards => 2, level => 2);
|
/openbsd/gnu/usr.bin/perl/regen/ |
H A D | regcharclass.pl | 507 my ( $self, $type, $maxlen, $backwards )= @_; 518 my @ordered_dat = ($backwards) ? reverse @$dat : @$dat; 590 elsif ($backwards) { 679 my $low= $self->make_trie( 'low', $opt{max_depth}, $opt{backwards} ); 740 elsif ($opt{backwards}) { 763 && ($utf8 = $self->make_trie($trie_type, 0, $opt{backwards}))) 786 $latin1 = $self->make_trie( 'latin1', 1, $opt{backwards}); 1490 $ext .= "_backwards" if $opts{backwards}; 1553 my $backwards = 0; 1556 $backwards = 1; [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/ |
H A D | Collate.pm | 215 if (! defined $self->{backwards}) { 217 } elsif (! ref $self->{backwards}) { 218 _checkLevel($self->{backwards}, 'backwards'); 219 $self->{backwardsFlag} = 1 << $self->{backwards}; 223 for my $b (@{ $self->{backwards} }) { 309 $self->{backwards} = $self->{backwardsTable} 310 if ! exists $self->{backwards};
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | prove.t | 126 backwards => 17, 151 backwards => 17, 432 backwards => 1, 435 backwards => 1, 763 expect => { backwards => 1 },
|
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ |
H A D | fr_ca.pl | 3 backwards => 2,
|
H A D | cu.pl | 4 backwards => 2,
|
/openbsd/gnu/usr.bin/perl/t/class/ |
H A D | field.t | 289 field $backwards = do { my $x; HERE: ; goto HERE if !$x++; 2 }; 291 method values { return ($forwards, $backwards) }
|
/openbsd/sys/lib/libkern/arch/mips64/ |
H A D | memmove.S | 72 lb v1, -1(t0) # copy bytes backwards,
|
/openbsd/games/quiz/datfiles/ |
H A D | posneg | 17 backwards:f[or|ront]wards
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | APINotes.rst | 59 that behavior while still remaining backwards-compatible, API notes can be 99 Contains explicit information for backwards compatibility. Each entry in 229 declaration; it should ideally only be used for Swift backwards 247 should ideally only be used for Swift backwards compatibility, when existing
|
H A D | SourceBasedCodeCoverage.rst | 291 * There are no backwards or forwards compatibility guarantees for the raw 296 * Tools must retain **backwards** compatibility with indexed profile formats. 300 * Tools must also retain **backwards** compatibility with the format of the 305 Only a major version increment indicates a backwards-incompatible change. A
|
/openbsd/distrib/special/more/ |
H A D | more.help | 12 b or ctrl-B Skip backwards k screenfuls of text [1]
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/ |
H A D | Prove.pm | 223 'reverse' => \$self->{backwards}, 524 @tests = reverse @tests if $self->backwards;
|
/openbsd/gnu/usr.bin/perl/ |
H A D | .metaconf-exclusions.txt | 5 # we no longer need to probe for, but must define in perl.h for backwards
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | README | 69 The command-line interface is backwards compatible with earlier 332 -e <no long form---for backwards compatibility only> 333 -E <no long form---for backwards compatibility only> 334 -f <no long form---for backwards compatibility only> 335 -F <no long form---for backwards compatibility only> 336 -k <no long form---for backwards compatibility only>
|
/openbsd/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | README | 69 The command-line interface is backwards compatible with earlier 332 -e <no long form---for backwards compatibility only> 333 -E <no long form---for backwards compatibility only> 334 -f <no long form---for backwards compatibility only> 335 -F <no long form---for backwards compatibility only> 336 -k <no long form---for backwards compatibility only>
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | t-hpux | 12 # to 80 bit conversions and were done for Linux backwards compatibility.
|
/openbsd/gnu/llvm/lldb/tools/lldb-server/ |
H A D | LLGSOptions.td | 62 def: F<"native-regs">; // Noop. Present for backwards compatibility only.
|
/openbsd/lib/libc/arch/mips64/string/ |
H A D | bcopy.S | 51 lb v0, -1(t0) # copy bytes backwards,
|
/openbsd/gnu/usr.bin/perl/dist/base/ |
H A D | Changes | 74 - Removing uses of 'our' from tests for backwards compat.
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | HowToUseAttributes.rst | 76 backwards compatibility and may be removed in a future release.
|