Searched refs:backwards (Results 1 - 20 of 20) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/ |
H A D | Collate.pm | 131 alternate backwards level normalization rearrange 184 my $key = shift; # 'level' or 'backwards' 212 if (! defined $self->{backwards}) { 215 elsif (! ref $self->{backwards}) { 216 _checkLevel($self->{backwards}, "backwards"); 217 $self->{backwardsFlag} = 1 << $self->{backwards}; 222 for my $b (@{ $self->{backwards} }) { 223 _checkLevel($b, "backwards"); 289 $self->{backwards} [all...] |
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | kdb_db2.c | 1198 int backwards, int recursive) 1228 dbret = (*db->seq) (db, &key, &contents, backwards ? R_LAST : R_FIRST); 1232 backwards ? R_LAST : R_FIRST); 1269 backwards ? R_PREV : R_NEXT); 1273 backwards ? R_PREV : R_NEXT); 1300 int backwards = 0, recursive = 0; local 1309 backwards = 1; 1327 return krb5_db2_db_iterate_ext(context, func, func_arg, backwards, recursive); 1195 krb5_db2_db_iterate_ext(krb5_context context, krb5_error_code(*func) (krb5_pointer, krb5_db_entry *), krb5_pointer func_arg, int backwards, int recursive) argument
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | h2xs.t | 56 Defaulting to backwards compatibility with perl $thisversion
|
H A D | Test.pm | 481 backwards compatibility with older Test.pm versions) start with the 525 $whyskip =~ s/^[Ss]kip(?:\s+|$)//; # backwards compatibility, old 536 # backwards compatiblity (I think). skip() used to be
|
H A D | perl5db.pl | 2013 move forwards or backwards from when doing an C<L> or C<-> command. 2918 Same as for C</>, except the loop runs backwards. 4073 If C<$from> is greater than C<$to>, the search goes I<backwards>, finding the 5440 C<skip> defines the number of stack frames to be skipped, working backwards 6781 B<?>I<pattern>B<?> Search backwards for I<pattern>; final B<?> is optional. 6967 B<?>I<pattern>B<?> Search backwards for I<pattern>; final B<?> is optional.
|
H A D | CGI.pm | 5538 backwards compatibility.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | CC.pm | 1003 my $backwards = $op->private & OPpASSIGN_BACKWARDS; 1008 ($src, $dst) = ($dst, $src) if $backwards; 1019 if ($backwards) { 1050 if ($backwards) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | h2xs.PL | 127 Generates a .pm file which is backwards compatible with the specified 526 -b, --compat-version Specify a perl version to be backwards compatibile with 642 usage "You must provide the backwards compatibility version in X.Y.Z form. " 658 Defaulting to backwards compatibility with perl %d.%d.%d
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Html.pm | 137 B<Deprecated>, has no effect. For backwards compatibility only. 645 --[no]netscape - deprecated, has no effect. for backwards compatibility only.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Handle.pm | 243 Due to backwards compatibility, all filehandles resemble objects
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MM_Any.pm | 239 MM_REVISION: ExtUtils::MakeMaker version control revision (for backwards
|
H A D | Constant.pm | 1240 I<VERSION> is the perl version the code should be backwards compatible with.
|
H A D | MM_VMS.pm | 450 MM_VMS_REVISION is for backwards compatibility before MM_VMS had a
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2man.PL | 63 # Parse our options, trying to retain backwards compatibility with pod2man but 82 # This isn't a valid Pod::Man option and is only accepted for backwards 192 backwards compatibility; this option no longer does anything.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | Harness.pm | 391 Returns all the files in a directory. This is shorthand for backwards
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Storable.pm | 938 backwards compatibility mode. Hence this Storable defaults to the new,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Temp.pm | 1638 These functions are provided for backwards compatibility
|
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | memcpy.s | 98 * done backwards. The copy backwards code is done in a similar manner. 107 jb L(CopyBackwards) # then do copy backwards
|
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 996 % \kern backwards by \parindent, and then reset itself to empty.
|
/osnet-11/usr/src/grub/grub2/docs/ |
H A D | texinfo.tex | 1060 % \kern backwards by \parindent, and then reset itself to empty.
|
Completed in 233 milliseconds