Searched refs:variables (Results 1 - 25 of 94) sorted by relevance

1234

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwborder.c57 #define _LEFTSIDE variables[0]
58 #define _RIGHTSIDE variables[1]
59 #define _TOPSIDE variables[2]
60 #define _BOTTOMSIDE variables[3]
61 #define _TOPLEFT variables[4]
62 #define _TOPRIGHT variables[5]
63 #define _BOTTOMLEFT variables[6]
64 #define _BOTTOMRIGHT variables[7]
83 chtype *line_ptr, variables[8]; local
97 if (_CHAR(variables[
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DPrivilege.pm31 my @variables = qw(%PRIVILEGES %PRIVSETS);
43 @EXPORT_OK = (@constants, @syscalls, @libcalls, @private, @variables);
45 LIBCALLS => \@libcalls, PRIVATE => \@private, VARIABLES => \@variables,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm7 Env - perl module that imports environment variables as scalars or arrays
17 Perl maintains environment variables in a special hash named C<%ENV>. For
19 environment variables to be treated as scalar or array variables.
21 The C<Env::import()> function ties environment variables with suitable
22 names to global Perl variables with the same names. By default it
23 ties all existing environment variables (C<keys %ENV>) to scalars. If
25 variables to tie; it's okay if they don't yet exist. The scalar type
65 On VMS systems, arrays tied to environment variables are read-only. Attempting
H A DEnglish.pm10 English - use nice English (or awk) names for ugly punctuation variables
21 This module provides aliases for the built-in variables whose
26 For those variables that have an B<awk> version, both long
H A Dvars.pm59 NOTE: For variables in the current package, the functionality provided
63 This will predeclare all the variables whose names are
H A Dopen.pm184 locale environment variables, you can use the C<:locale> tag.
188 # the :locale will probe the locale environment variables like LANG
244 variables LC_ALL and LANG (in that order) are matched for encodings
250 If 1. and 2. didn't work, the environment variables LC_ALL and LANG
257 If your locale environment variables (LC_ALL, LC_CTYPE, LANG)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DShowlex.pm12 # to see the names of lexical variables used by &foo
84 B::Showlex - Show lexical variables used in functions or files
93 variables used in that subroutine. Otherwise, prints the file-scope
H A DXref.pm16 definitions and uses of variables, subroutines and formats in a Perl program.
38 lexical variables. Each B<object> name (implicitly qualified by its
40 where possible. Lexical variables are easier to track and even
82 Non-lexical variables are quite difficult to track through a program.
310 # Stuff for cross referencing definitions of variables and subs
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm73 as regular variables using the :FIELDS import tag. (Note that this still
74 overrides your core functions.) Access these fields as variables named
77 regular array variables, so for example C<@{ $proto_obj-E<gt>aliases()
H A Dservent.pm75 as regular variables using the :FIELDS import tag. (Note that this still
76 overrides your core functions.) Access these fields as variables named
79 regular array variables, so for example C<@{ $serv_obj-E<gt>aliases()}>
H A Dhostent.pm87 as regular variables using the :FIELDS import tag. (Note that this still
88 overrides your core functions.) Access these fields as variables named
91 regular array variables, so for example C<@{ $host_obj-E<gt>aliases()
H A Dnetent.pm90 as regular variables using the :FIELDS import tag. (Note that this still
91 overrides your core functions.) Access these fields as variables named
94 regular array variables, so for example C<@{ $net_obj-E<gt>aliases()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm72 as regular variables using the :FIELDS import tag. (Note that this still
73 overrides your core functions.) Access these fields as variables named
76 regular array variables, so C<@{ $group_obj-E<gt>members() }> would be
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL50 variables. If you have existing data written with an earlier version of
/osnet-11/usr/src/lib/libpp/i386/
H A Dpptab.h129 static struct ppkeyword variables[] = variable in typeref:struct:ppkeyword
/osnet-11/usr/src/lib/libpp/sparc/
H A Dpptab.h129 static struct ppkeyword variables[] = variable in typeref:struct:ppkeyword
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dsetjmp.s37 / env[0] = %ebx 0 / register variables
H A Dstrncmp.s31 pushl %esi / save register variables
H A Dmemcpy.s37 movl %edi,%edx / save register variables
51 popl %esi / restore register variables
H A Dstrncat.s65 pushl %edi / save register variables
150 popl %esi / restore register variables
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm106 as regular variables using the :FIELDS import tag. (Note that this still
108 variables named with a preceding C<st_> in front their method names.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm69 as regular variables using the :FIELDS import tag. (Note that this
70 still overrides your core functions.) Access these fields as variables
H A Dlocaltime.pm64 as regular variables using the :FIELDS import tag. (Note that this still
66 variables named with a preceding C<tm_> in front their method names.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm72 variables are tainted, they are not used.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH76 : allow variables like str_cflags to be evaluated

Completed in 25 milliseconds

1234