/titanic_41/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_41/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_41/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_41/usr/src/lib/libshell/common/ |
H A D | DESIGN | 67 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 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 | 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 | RELEASE | 28 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 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
|
H A D | sh.memo | 378 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 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.
|
H A D | wc_devfs.wlcmd | 28 # This file only checks those virtual console variables
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | README.news | 1 - All per Port variables have been moved from the State
|
/titanic_41/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
|
H A D | strncmp.s | 31 pushl %esi / save register variables
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 135 extern struct var *variables[]; /* Pointer to active var list */
|
/titanic_41/usr/src/lib/libpp/i386/ |
H A D | pptab.h | 129 static struct ppkeyword variables[] = variable
|
/titanic_41/usr/src/lib/libpp/sparc/ |
H A D | pptab.h | 129 static struct ppkeyword variables[] = variable
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | curses.ext | 18 * External variables for the curses library
|
/titanic_41/usr/src/cmd/init/ |
H A D | init.dfl | 29 # TZ, LANG, CMASK, or any of the LC_* environment variables. value may
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | bootenv.rc | 24 # bootenv.rc -- boot "environment variables"
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | alert.proto | 25 # conflict with any variables that the user gives us.
|