Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwborder.c55 #define _LEFTSIDE variables[0]
56 #define _RIGHTSIDE variables[1]
57 #define _TOPSIDE variables[2]
58 #define _BOTTOMSIDE variables[3]
59 #define _TOPLEFT variables[4]
60 #define _TOPRIGHT variables[5]
96 variables[i] & 0xFF00) in wborder()
98 if (ISCBIT(variables[i])) in wborder()
99 variables[i] = _CHAR((RBYTE(variables[i])<<8) | \ in wborder()
101 variables[i] &= ~CBIT; in wborder()
[all …]
/illumos-gate/usr/src/cmd/mailx/
H A Dvars.c74 vp->v_link = variables[h]; in assign()
75 variables[h] = vp; in assign()
109 if (vp2 == variables[h]) { in deassign()
110 variables[h] = variables[h]->v_link; in deassign()
116 for (vp = variables[h]; vp->v_link != vp2; vp = vp->v_link) in deassign()
189 for (vp = variables[h]; vp != NOVAR; vp = vp->v_link) in lookup()
H A Dinit.c155 struct var *variables[HSHSIZE]; /* Pointer to active var list */ variable
/illumos-gate/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.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
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 DDESIGN67 modifying environment variables.
103 24. variables.h contains symbolic constants for the built-in
104 shell variables.
119 7. env.c contains code to add and delete environment variables
128 for get and set functions for built-in variables.
141 19. nvtree.c contains code for compound variables and for
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 DRELEASE336 variables.
503 variables has been fixed.
517 variables.
547 as well as upper case variables.
625 variables was redefined has been fixed.
639 compound variables has been fixed.
706 of global variables in the shell code.
1005 variables has been fixed.
1047 compound variables has been fixed.
1049 compound variables has been fixed.
[all …]
H A DMamfile316 make include/variables.h implicit
320 done include/variables.h
371 prev include/variables.h implicit
408 prev include/variables.h implicit
437 prev include/variables.h implicit
1266 make variables.o
1267 make data/variables.c
1277 done data/variables.c
1278 meta variables.o %.c>%.o data/variables.c variables
1279 prev data/variables.c
[all …]
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 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
/illumos-gate/usr/src/boot/forth/
H A Dloader.rc7 \ Reads and processes loader.conf variables
H A Dmenu.4th68 \ Menu timer [count-down] variables
92 \ Menu initialization status variables
102 \ Boolean option status variables
112 \ Array option status variables
173 \ Forth variables
181 \ Environment variables
362 \ the remaining environment variables to construct the menu entirely).
938 \ initialize state variables
1180 \ Initialize our menu initialization state variables
1190 \ Initialize our boolean state variables
[all …]
H A Dmenusets.4th364 \ variables or we have a string representing the numeric stack-input
365 \ to be used as a "set{N}" infix to the same menu_* variables.
368 \ the following variables will be referenced:
385 \ otherwise, the following variables are referenced (where {name}
456 \ From here out, we use temporary environment variables to make
468 \ so that the remaining variables are influenced by its actions
557 \ clean up BE menu internal variables
/illumos-gate/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
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A DREADME-astsa10 and defines these variables for use in other makefiles
H A Dastsa.mm20 and defines these variables for use in other makefiles
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME.news1 - All per Port variables have been moved from the State
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficllocal.fr4 \ variables before the "--" are initialized in reverse order
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h135 extern struct var *variables[]; /* Pointer to active var list */
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DREADME19 - GNU-specific special variables (IGNORECASE)
/illumos-gate/usr/src/boot/common/
H A Dhelp.common175 The set command is used to set variables.
182 The setprop command is used to set variables.
311 # Tshow DShow the values of variables
315 Displays the value of <variable>, or all variables if not specified.
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.ext16 * External variables for the curses library

12345