Searched defs:VERSION (Results 1 - 25 of 28) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm10 our $VERSION = '1.01';
36 sub VERSION() { $] } subroutine
459 *B::BINOP::bsave = *B::OP::bsave if VERSION >= 5.009;
519 if (VERSION < 5.009 && $op->name eq 'aassign' && $last->name eq 'null') {
715 $head = "#! $^X\nuse ByteLoader $ByteLoader::VERSION;\n";
819 prepend a C<use ByteLoader VERSION;> line to the produced bytecode.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dbase.t12 sub VERSION { 42 } subroutine
17 ::ok( $No::Version::VERSION =~ /set by base\.pm/, '$VERSION bug' );
19 # Test Inverse of $VERSION bug base.pm should not clobber existing $VERSION
22 BEGIN { $Has::Version::VERSION = '42' };
27 ::is( $Has::Version::VERSION, 42 );
37 $Eval2::VERSION = "1.02";
39 $Eval1::VERSION = "1.01";
46 is( $Eval1::VERSION, 1.0
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dshcomp.c67 #define VERSION 3 macro
68 static const char header[6] = { CNTL('k'),CNTL('s'),CNTL('h'),0,VERSION,0 };
/osnet-11/usr/src/grub/grub2/build-bios/
H A Dconfig.h31 #define VERSION "1.99" macro
H A Dconfig-util.h1111 #define VERSION "1.99" macro
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A Dconfig.h31 #define VERSION "1.99" macro
H A Dconfig-util.h1111 #define VERSION "1.99" macro
H A DMakefile10541 distdir = $(PACKAGE)-$(VERSION)
11106 VERSION = 1.99 macro
[all...]
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.h107 #define VERSION "0.97" macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm37 use vars qw($VERSION);
38 $VERSION = 2.34;
136 ($major_version, $minor_version) = $VERSION =~ /^(\d+)\.(\d+)/;
266 ("Getopt::Long $Getopt::Long::VERSION (",
1222 my $v = $main::VERSION;
1232 ? $Getopt::Long::VERSION_STRING : $VERSION, ";",
1298 sub VERSION { subroutine
1300 shift->SUPER::VERSION(@_);
2070 program name, its version (if $main::VERSION is defined), and the
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV1.java50 static int VERSION = 1; field in class:SLPHeaderV1
84 version = VERSION;
/osnet-11/usr/src/lib/libcmd/common/
H A Duname.c127 #define VERSION #(getprd version) macro
132 #define VERSION "" macro
184 ut->version = VERSION;
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h165 #define VERSION 1 macro
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile15 VERSION = 1.99 macro
982 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile15 VERSION = 1.99 macro
982 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dconfig.h279 #define VERSION "2.0.0" macro
/osnet-11/usr/src/lib/libxcurses/h/solaris2/
H A Dmkslocal.h47 #ifndef VERSION
49 #define VERSION "MKS InterOpen IXCU 4.3 MB - SUN/SOLARIS2" macro
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c81 #define VERSION 18 macro
698 if (notice.item[VERSION].data)
701 expand(&notice, &tmp, &notice.item[VERSION]);
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dconfig.h1174 #define VERSION "2.3.0" macro
/osnet-11/usr/src/grub/grub2/build-bios/docs/
H A DMakefile667 VERSION = 1.99 macro
812 echo "@set EDITION $(VERSION)"; \
813 echo "@set VERSION $(VERSION)") > vti.tmp
835 echo "@set EDITION $(VERSION)"; \
836 echo "@set VERSION $(VERSION)") > 1.tmp
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile691 VERSION = 1.99 macro
/osnet-11/usr/src/grub/grub2/build-bios/util/bash-completion.d/
H A DMakefile654 VERSION = 1.99 macro
/osnet-11/usr/src/grub/grub2/build-uefi64/docs/
H A DMakefile667 VERSION = 1.99 macro
812 echo "@set EDITION $(VERSION)"; \
813 echo "@set VERSION $(VERSION)") > vti.tmp
835 echo "@set EDITION $(VERSION)"; \
836 echo "@set VERSION $(VERSION)") > 1.tmp
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile691 VERSION = 1.99 macro
/osnet-11/usr/src/grub/grub2/build-uefi64/util/bash-completion.d/
H A DMakefile654 VERSION = 1.99 macro

Completed in 410 milliseconds

12