/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wborder.c | 55 #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] 61 #define _BOTTOMLEFT variables[6] 62 #define _BOTTOMRIGHT variables[7] 81 chtype *line_ptr, variables[8]; in wborder() local 95 if (_CHAR(variables[i]) == 0 || in wborder() [all …]
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | vars.c | 74 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 D | init.c | 155 struct var *variables[HSHSIZE]; /* Pointer to active var list */ variable
|
/illumos-gate/usr/src/test/ |
H A D | README | 40 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 D | PROMO.mm | 90 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 D | TYPES | 38 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 D | DESIGN | 67 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 D | RELEASE | 12 some variables from getting restored when the subshell completed 57 12-06-06 A bug in which unset of an associative array of compound variables 120 12-04-25 Fixed a big memory leak problem in which unsetting compound variables 198 12-03-19 typeset +a, typeset +A, and typeset +C not displays the variables 201 variables rather than those of type C, a, or A only has been fixed. 250 12-02-06 A bug in arithmetic with compound variables containing multiple 264 for some other variables, for exampe, HISTFILE has been fixed. 336 variables. 374 11-05-28 Two bugs in the display of arrays of compound variables with print -v 380 11-05-24 A bug in unsetting arrays of compound variables that could lead to [all …]
|
H A D | Mamfile | 316 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 496 prev include/variables.h implicit 554 prev include/variables.h implicit 645 prev include/variables.h implicit 663 prev include/variables.h implicit 672 prev include/variables.h implicit [all …]
|
H A D | COMPATIBILITY | 10 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 D | RELEASE88 | 60 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/lib/libc/i386/gen/ |
H A D | memcpy.S | 37 movl %edi,%edx / save register variables 51 popl %esi / restore register variables
|
H A D | strncat.S | 65 pushl %edi / save register variables 150 popl %esi / restore register variables
|
H A D | setjmp.S | 37 / env[0] = %ebx 0 / register variables
|
/illumos-gate/usr/src/boot/forth/ |
H A D | menu.4th | 68 \ 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 1116 \ This function unsets all the possible environment variables associated with 1168 \ This function both unsets menu variables and visually erases the menu area [all …]
|
H A D | loader.rc | 7 \ Reads and processes loader.conf variables
|
H A D | menusets.4th | 364 \ 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/contrib/ast/src/lib/libast/astsa/ |
H A D | README-astsa | 10 and defines these variables for use in other makefiles
|
H A D | astsa.mm | 20 and defines these variables for use in other makefiles
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | README.news | 1 - All per Port variables have been moved from the State
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | ficllocal.fr | 4 \ variables before the "--" are initialized in reverse order
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 135 extern struct var *variables[]; /* Pointer to active var list */
|
/illumos-gate/usr/src/test/util-tests/tests/awk/ |
H A D | README | 19 - GNU-specific special variables (IGNORECASE)
|
/illumos-gate/usr/src/boot/common/ |
H A D | help.common | 175 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 D | curses.ext | 16 * External variables for the curses library
|