Lines Matching refs:variables

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
1232 However, \f5ksh\fP variables
1240 allows variables to represent arrays of values
1241 and references to other variables.
1244 assigns attributes to variables.
1254 values and attributes of variables.
1270 Assignment to fixed sized variables
1286 provides an example of the use of shell variables
1333 Assignments to variables with the
1341 in addition to simple variables.
1363 Assignments to array variables can be made to individual elements
1373 Referencing of subscripted variables requires the character
1407 Reference variables are usually used inside functions whose
1408 arguments are the names of shell variables.
1409 The names for reference variables cannot contain a \fB\s+2.\s-2\fP.
1468 These assignments cause sub-variables to be assigned
1472 In addition to creating sub-variables,
1698 variables, and operators.
1716 in front of variables in an arithmetic expression.
2349 The shell variables
2440 Applications can create additional disciplines for variables
2487 and can share named variables with the calling program.
2512 By default, variables are inherited by the function and shared
2519 Also, variables whose names do not contain a \fB\s+2.\s-2\fP
2539 are local variables with respect to the function
2831 In addition to the variables discussed earlier, \f5ksh\fP
2832 has other variables that it handles specially.
3196 \f5ksh\fP uses variable sized hash tables for variables.
3197 Scripts that rely heavily on referencing variables execute faster.