Searched refs:variable (Results 26 - 50 of 163) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dvar.c10 typedef struct variable { struct
11 struct variable *v_next;
69 fprintf(stderr, "%d: unknown variable '%s'\n", line, s);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A DREADME30 The graphics state line width (variable linewidth in ../postscript/posttek.ps)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
H A Djperl.t43 is($str, $Name, q{regex - with variable});
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DREADME.ON9 The version number of this module is derived from the $VERSION variable in
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DREADME.ON31 The version number of this module is derived from the $VERSION variable in
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME.ON9 The version number of this module is derived from the $VERSION variable in
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DREADME.ON9 The version number of this module is derived from the $VERSION variable in
/opensolaris-onvv-gate/usr/src/cmd/tcpd/
H A DREADME.sfw16 There is no configure script. Instead unset the environment variable
/opensolaris-onvv-gate/usr/src/cmd/vi/
H A DREADME56 the path defined in local/uparm.h ...c variable
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dmemchr.s59 pushl %edi / save register variable
121 popl %edi / restore register variable
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dvariables.sh41 then err_exit RANDOM variable not working
46 then err_exit SECONDS variable not working
51 then err_exit _ variable not working
59 #then err_exit ERRNO variable not working
63 then err_exit PWD variable failed, not equivalent to .
69 then err_exit "PPID variable failed -- expected '$exp', got '$got'"
75 then err_exit "OLDPWD variable failed -- expected '$old', got '$OLDPWD'"
83 then err_exit REPLY variable not working
92 then err_exit LINENO variable not working
491 [[ $got == new ]] || err_exit "previously unset environment variable no
[all...]
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/cmd/initpkg/init.d/
H A DREADME.rcS54 The environment variable _INIT_RECONFIG is set if this is
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm45 variable interpolation. That is normally disallowed, since it is a
51 expressions (i.e., the result of C<qr//>) is I<not> considered variable

Completed in 87 milliseconds

1234567