Home
last modified time | relevance | path

Searched refs:variables (Results 1 – 25 of 92) sorted by relevance

1234

/titanic_41/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]; in wborder() local
97 if (_CHAR(variables[i]) == 0 || in wborder()
[all …]
/titanic_41/usr/src/cmd/mailx/
H A Dvars.c76 vp->v_link = variables[h]; in assign()
77 variables[h] = vp; in assign()
111 if (vp2 == variables[h]) { in deassign()
112 variables[h] = variables[h]->v_link; in deassign()
118 for (vp = variables[h]; vp->v_link != vp2; vp = vp->v_link) in deassign()
191 for (vp = variables[h]; vp != NOVAR; vp = vp->v_link) in lookup()
H A Dinit.c157 struct var *variables[HSHSIZE]; /* Pointer to active var list */ variable
/titanic_41/usr/src/test/
H A DREADME40 around run(1). These wrappers allow environment variables to be set up which
76 Some STF tests consume the values of variables from the user's environment.
77 These variables must be set before beginning the test run either manually, or
82 require any of these variables must manually source the .cfg file instead.
/titanic_41/usr/src/lib/libshell/common/
H A DDESIGN67 environment variables.
103 24. variables.h contains symbolic constants for the built-in
104 shell variables.
118 7. env.c contains code to add and delete environment variables
127 for get and set functions for built-in variables.
140 19. nvtree.c contains code for compound variables and for
H A DPROMO.mm90 Functions allow local variables and provide scoping
100 field width, and justification to shell variables.
105 KSH-93 uses a hierarchal name space for variables.
106 Compound variables can be defined and variables can
H A DTYPES38 defines a type Pt_t that has three variables x, y, and count defined as well
51 since there are no local variables, the len() and set() form are more
52 efficient since they don't need to set up a context for local variables
114 that only the variables defined by the type can be referenced or set.
119 If the variables var1 and var2 are of the same type, then the assignment
134 Types can be defined for simple variables as well as for compound
H A DCOMPATIBILITY10 the POSIX standard, not with ksh-88. No local variables are
67 as part of the value of these variables must be preceded by a \
95 21. Local variables defined by typeset are statically scoped in
103 recongnized, doing arithmetic on typeset -Z variables can
H A DRELEASE28 09-12-18 A bug where [[ -v var ]] was incorrect for some variables (including
99 variables has been fixed.
125 09-08-18 A scoping error with variables in arithmetic expression with
126 type variables when reference with a name reference has been fixed.
134 09-06-19 A bug in the printing of array elements for binary variables with
139 09-06-19 Two bugs related to read -b for array variables has been fixed.
140 09-06-19 A bug with typeset for compound variables containing arrays of
141 compound variables has been fixed.
143 compound variables has been fixed.
150 09-06-17 A bug in appending to nodes of an array of compound variables when
[all …]
H A DRELEASE8860 d. The name space for variables has been extended. The character '.'
64 is reserved for shell implementation variables. Exported
89 variables under varname.*.
97 The new variables .sh.name, .sh.subscript, and .sh.value are
124 variables can be indirectly named. For example, if $1 contains
137 in an edit mode. This, combined with some new variables
140 m. New variables have been added:
172 creation of a relational database for commands, variables
215 local variables and no scoping for traps.
420 and assignment to shell variables. It is also possible
H A Dsh.memo378 allows the integer variables \f5i\fP and \f5j\fP
551 variables ends with any of these suffixes
967 Some variables are maintained by \f5ksh\fP
1078 By default, variables hold variable length strings.
1133 are names of different variables.
1136 You do not have to declare variables.
1151 are two shell variables, then
1202 parameters which are called variables.
1223 \f5ksh\fP uses variables whose names
1229 variables store strings of arbitrary length
[all …]
/titanic_41/usr/src/uts/common/io/warlock/
H A Dwc.wlcmd55 # The devfs part of virtual console only reads these three variables,
56 # so we only have to hold the lock when writing to these variables.
H A Dwc_devfs.wlcmd28 # This file only checks those virtual console variables
/titanic_41/usr/src/lib/librstp/common/
H A DREADME.news1 - All per Port variables have been moved from the State
/titanic_41/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s37 movl %edi,%edx / save register variables
51 popl %esi / restore register variables
H A Dsetjmp.s37 / env[0] = %ebx 0 / register variables
H A Dstrncat.s65 pushl %edi / save register variables
150 popl %esi / restore register variables
H A Dstrncmp.s31 pushl %esi / save register variables
/titanic_41/usr/src/cmd/mailx/hdr/
H A Dglob.h135 extern struct var *variables[]; /* Pointer to active var list */
/titanic_41/usr/src/lib/libpp/i386/
H A Dpptab.h129 static struct ppkeyword variables[] = variable
/titanic_41/usr/src/lib/libpp/sparc/
H A Dpptab.h129 static struct ppkeyword variables[] = variable
/titanic_41/usr/src/ucblib/libcurses/
H A Dcurses.ext18 * External variables for the curses library
/titanic_41/usr/src/cmd/init/
H A Dinit.dfl29 # TZ, LANG, CMASK, or any of the LC_* environment variables. value may
/titanic_41/usr/src/uts/intel/os/
H A Dbootenv.rc24 # bootenv.rc -- boot "environment variables"
/titanic_41/usr/src/cmd/lp/model/
H A Dalert.proto25 # conflict with any variables that the user gives us.

1234