Searched refs:variable (Results 1 - 25 of 120) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSymbol.t71 $Transient::variable = 42;
73 ok( defined $Transient::{variable}, 'transient variable in stash' );
75 ok( !exists $Transient::{variable}, 'transient variable no longer in stash' );
H A DEnv.pm30 After an environment variable is tied, merely use it like a normal variable.
42 variable requires splitting the environment variable's string anew.
57 To remove a tied environment variable from
H A Dstrict.pm87 This generates a compile-time error if you access a variable that wasn't
90 variable suicide problems and subtle dynamic scoping issues, a merely
91 local() variable isn't good enough. See L<perlfunc/my> and
H A Dvars.pm25 Carp::croak("'$_' is not a valid variable name under strict vars");
37 Carp::croak("'$_' is not a valid variable name");
41 Carp::croak("'$_' is not a valid variable name");
51 vars - Perl pragma to predeclare global variable names (obsolete)
67 Unlike pragmas that affect the C<$^H> hints variable, the C<use vars> and
H A Dsubs.pm20 Unlike pragmas that affect the C<$^H> hints variable, the C<use vars> and
H A Dvars.t58 $e = $@ !~ /^'!abc' is not a valid variable name/ && 'not ';
89 $e = $@ !~ /^'\@y%%' is not a valid variable name under strict vars/ && 'not ';
H A DSymbol.pm52 variable names (e.g. "myvar" -E<gt> "MyPackage::myvar"). If it is given a
55 variable names (e.g. "STDOUT", "ENV", "SIG") are always qualified with
75 a function is called or a global variable is accessed, some code that has
H A Dattributes.pm96 attributes - get/set subroutine or variable attributes
152 to the variable.
193 as a scalar variable, as described in L<perlsub>.
209 subroutine or variable. It returns a list of attributes, which may be
220 variable. It returns the built-in type of the referenced variable,
245 The handler names are based on the underlying type of the variable being
247 associated with subroutine or variable declarations, this deliberately
259 variable or subroutine for which package-defined attributes are desired.
268 variable
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dlex_assign.t151 ($operator, $variable) = /^\s*(\w+)\s*\$(\w+)/ or warn "misprocessed '$_'\n";
154 my \$$variable = "Ac# Ca\\nxxx";
155 \$$variable = $operator \$$variable;
156 \$toself = \$$variable;
158 print "# \\\$$variable = $operator \\\$$variable\\nnot "
H A Dgoto.t121 my $variable = 1;
123 LABEL20: $ok = 1 if $variable;
132 my $variable = 1;
134 LABEL21: $ok = 1 if $variable;
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s35 pushl %esi / save register variable
73 popl %esi / restore register variable
81 popl %esi / restore register variable
87 popl %esi / restore register variable
H A Dmemset.s36 pushl %edi / save register variable
58 popl %edi / restore register variable
H A Dmemchr.s59 pushl %edi / save register variable
121 popl %edi / restore register variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dlint.t76 Use of regexp variable $& at -e line 1
80 Use of regexp variable $& at -e line 1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.pm31 on a scalar variable. All the normal file operations can be performed
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm36 C<NDBM_File> establishes a connection between a Perl hash variable and
43 the connection between the variable and the file. The arguments to
50 The hash variable you want to tie.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm36 C<ODBM_File> establishes a connection between a Perl hash variable and
43 the connection between the variable and the file. The arguments to
50 The hash variable you want to tie.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm39 C<SDBM_File> establishes a connection between a Perl hash variable and
46 the connection between the variable and the file. The arguments to
53 The hash variable you want to tie.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfigpm146 # we escape any perl variable markers
222 # NB. as $summary is unique, we need to copy it in a lexical variable
459 stored in the readonly-variable C<%Config>, indexed by their names.
463 named variable exists.
475 original config.sh shell variable assignment script.
484 Prints to STDOUT the values of the named configuration variable. Each is
530 need to include escape sequences in the strings. To avoid runtime variable
535 trigger variable interpolation)
573 warn "Expected a Configure variable header",
620 cache and an example of how to make a tied variable readonl
[all...]
H A Dwritemain.SH19 echo "Extracting writemain (with variable substitutions)"
20 : This section of the file will have variable substitutions done on it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs70 This simply passes the C representation of the Perl variable (an SV*)
72 to deal directly with the Perl variable.
261 but explicitly casts the variable to type C<unsigned int>.
345 A floating point number. This typemap guarantees to return a variable
377 return a variable cast to a C<double>.
569 variable is a pointer (the bytes are copied from that memory
680 variable number of arguments onto the return stack (they won't be
737 exit from the function. The variable C<ix_$var> is set to the number
741 variable called C<size_$var> containing the number of elements in the
745 called. Ordinarily this variable woul
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm185 defined Misc test whether a value, variable, or function is defined
253 local Misc,Namespace create a temporary value for a global variable (dynamic scoping)
255 lock Threads get a thread lock on a variable, subroutine, or method
265 my Misc,Namespace declare and assign a local variable (lexical scoping)
274 our Misc,Namespace declare and assign a package variable (lexical scoping)
352 tie Objects bind a variable to an object class
353 tied Objects get a reference to the object underlying a tied variable
361 undef Misc remove a variable or function definition
365 untie Objects break a tie binding to a variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm55 # The tie-breaking in the variable weights
77 # boolean values of variable weights
134 hangul_terminator variable
162 if (exists $hash{variable} && exists $hash{alternate}) {
165 elsif (!exists $hash{variable} && exists $hash{alternate}) {
166 $hash{variable} = $hash{alternate};
206 $self->{variable} ||= $self->{alternate} || $self->{variableTable} ||
208 $self->{variable} = $self->{alternate} = lc($self->{variable});
209 exists $VariableOK{ $self->{variable} }
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH26 echo "Extracting x2p/cflags (with variable substitutions)"
27 : This section of the file will have variable substitutions done on it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm77 filehandle will be redirected into the variable C<$O::BEGIN_output>
80 variable rather than printed. It's useful with those backends which

Completed in 101 milliseconds

12345