| /titanic_53/usr/src/lib/libcurses/screen/ |
| H A D | wborder.c | 57 #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_53/usr/src/boot/sys/boot/arm/uboot/ |
| H A D | help.uboot | 4 # Tubenv DShow or import U-Boot environment variables 8 Display U-Boot environment variables, or import them into the 17 variables are imported. Each variable is prefixed with "uboot." 18 to avoid any possible conflicts with loader or kernel variables. 26 variables are shown.
|
| /titanic_53/usr/src/cmd/mailx/ |
| H A D | vars.c | 76 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 D | init.c | 157 struct var *variables[HSHSIZE]; /* Pointer to active var list */ variable
|
| /titanic_53/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.
|
| /titanic_53/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 | 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 | 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 | 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
|
| /titanic_53/usr/src/uts/common/io/warlock/ |
| H A D | wc.wlcmd | 55 # 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.
|
| /titanic_53/usr/src/boot/sys/boot/i386/loader/ |
| H A D | loader.rc | 7 \ Reads and processes loader.conf variables
|
| /titanic_53/usr/src/boot/sys/boot/forth/ |
| H A D | loader.rc | 7 \ Reads and processes loader.conf variables
|
| H A D | menu.4th | 74 \ Menu timer [count-down] variables 103 \ Menu initialization status variables 113 \ Boolean option status variables 123 \ Array option status variables 180 \ Forth variables 188 \ Environment variables 255 \ This function parses $kernels into variables that are used by the menu to 357 \ as the next kernel menu option; start assembling variables 513 \ the remaining environment variables to construct the menu entirely). 1127 \ initialize state variables [all …]
|
| /titanic_53/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
|
| /titanic_53/usr/src/lib/librstp/common/ |
| H A D | README.news | 1 - All per Port variables have been moved from the State
|
| /titanic_53/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 | setjmp.s | 37 / env[0] = %ebx 0 / register variables
|
| H A D | strncat.s | 65 pushl %edi / save register variables 150 popl %esi / restore register variables
|
| /titanic_53/usr/src/common/ficl/softcore/ |
| H A D | ficllocal.fr | 4 \ variables before the "--" are initialized in reverse order
|
| /titanic_53/usr/src/cmd/mailx/hdr/ |
| H A D | glob.h | 135 extern struct var *variables[]; /* Pointer to active var list */
|
| /titanic_53/usr/src/boot/sys/boot/arm/at91/bootiic/ |
| H A D | README | 17 variables = 0x21200000
|