HomeSort by relevance Sort by last modified time
    Searched refs:our (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
ConfigLocal_PM.e2x 7 our $VERSION = $_LocalVer_;
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
Intrs.pm 37 our @ISA = qw(Exporter DynaLoader);
38 our @EXPORT_OK = qw(intrmove is_pcplusmp);
39 our $VERSION = '0.02';
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/
our.t 34 {our $x;}
35 is(TieAll->calls, '', 'our $x has no runtime effect');
37 {our ($x);}
38 is(TieAll->calls, '', 'our ($x) has no runtime effect');
40 {our %x;}
41 is(TieAll->calls, '', 'our %x has no runtime effect');
43 {our (%x);}
44 is(TieAll->calls, '', 'our (%x) has no runtime effect');
46 {our @x;}
47 is(TieAll->calls, '', 'our @x has no runtime effect')
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
CJKConstants.pm 9 our $RCSID = q$Id: CJKConstants.pm,v 1.2 2003/04/24 17:43:16 dankogai Exp $;
10 our $VERSION = do { my @r = (q$Revision: 1.2 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
15 our @ISA = qw(Exporter);
16 our @EXPORT = qw();
17 our @EXPORT_OK = qw(%CHARCODE %ESC %RE);
18 our %EXPORT_TAGS = ( 'all' => [ @EXPORT_OK, @EXPORT ] );
26 our %CHARCODE = (
33 our %ESC = (
43 our %RE =
Config.pm 5 our $VERSION = do { my @r = (q$Revision: 1.7 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
9 our %ExtModule =
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
netent.t 9 our $hasne;
19 our @netent = getnetbyname "loopback"; # This is the function getnetbyname.
protoent.t 9 our $haspe;
19 our @protoent = getprotobyname "tcp"; # This is the function getprotobyname.
servent.t 9 our $hasse;
19 our @servent = getservbyname "echo", "tcp"; # This is the function getservbyname.
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
File.pm 37 our $VERSION = '1.3';
42 our (@EXPORT_OK, %EXPORT_TAGS, @_Constants);
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
Task.pm 37 our $VERSION = '1.4';
41 our (@EXPORT_OK, %EXPORT_TAGS);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
encoding.pm 3 our $VERSION = '0.07';
4 our $DEBUG = 0;
15 our $fallback = Encode::PERLQQ()|Encode::WARN_ON_ERR();
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
gmtime.t 9 our $hasgm;
16 our @gmtime = gmtime 0; # This is the function gmtime.
localtime.t 9 our $haslocal;
16 our @localtime = localtime 0; # This is the function localtime.
tm.pm 4 our $VERSION = '1.00';
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
grent.t 11 our $hasgr;
21 our @grent = getgrgid 0; # This is the function getgrgid.
pwent.t 9 our $haspw;
20 our $uid = 0;
24 our @pwent = getpwuid $uid; # This is the function getpwuid.
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/
perlgcc.PL 28 our $VERSION = '1.2';
48 our \$VERSION = '$VERSION';
  /onnv/onnv-gate/usr/src/lib/libc/i386/crt/
_rtboot.s 29 / we get control from exec which has loaded our text and
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/uni/
write.t 22 our ($bitem1, $uitem1) = ("\x{ff}", "\x{100}");
23 our ($bitem2, $uitem2) = ("\x{fe}", "\x{101}");
24 our ($blite1, $ulite1) = ("\x{fd}", "\x{102}");
25 our ($blite2, $ulite2) = ("\x{fc}", "\x{103}");
26 our ($bmulti, $umulti) = ("\x{fb}\n\x{fa}\n\x{f9}\n",
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/
Ucred.pm 37 our $VERSION = '1.3';
41 our (@EXPORT_OK, %EXPORT_TAGS);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
subs.pm 3 our $VERSION = '1.00';
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
Privilege.pm 36 our $VERSION = '1.3';
41 our (@EXPORT_OK, %EXPORT_TAGS);
66 our @ISA = qw(Exporter);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
mkheader 24 our $PACKAGE = 'Unicode::Normalize, mkheader';
26 our $Combin = do "unicore/CombiningClass.pl"
30 our $Decomp = do "unicore/Decomposition.pl"
34 our %Combin; # $codepoint => $number : combination class
35 our %Canon; # $codepoint => \@codepoints : canonical decomp.
36 our %Compat; # $codepoint => \@codepoints : compat. decomp.
38 our %Exclus; # $codepoint => 1 : composition exclusions
39 our %Single; # $codepoint => 1 : singletons
40 our %NonStD; # $codepoint => 1 : non-starter decompositions
42 our %Comp1st; # $codepoint => $listname : may be composed with a next char
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/t/
Peek.t 17 our $DEBUG = 0;
47 our $a;
48 our $b;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Plainer.pm 4 our @ISA = qw(Pod::Parser);
5 our $VERSION = '0.01';
7 our %E = qw( < lt > gt );

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011