Lines Matching refs:variable
42 that makes heavy use of the shell variable namespace
93 It is best to set the value of the environment variable
208 in your \fB\s-1FPATH\s+1\fP variable. In addition, the full
381 The variable \f5opt_info.arg\fP will point to this
386 The variable \f5opt_info.num\fP will contain this
406 If there is an error. In this case the variable \f5opt_info.arg\fP
410 The variable \f5opt_info.index\fP contains the number of arguments
446 The best way to to allocate variable sized storage is
454 build variable length strings and other objects dynamically.
493 portions of the hierarchal variable namespace provided by \f5ksh-93\fP
503 Each shell variable is an object in an associative table
505 The type \f5Namval_t*\fP is pointer to a shell variable.
506 To operate on a shell variable, you first get a handle
507 to the variable with the \f5nv_open()\fP function
510 on the variable.
515 the variable, and to assign value to the variable.
517 value of the variable.
524 value for the given variable pointer, calling the
528 value to a given variable.
534 Each shell variable can have one or more attributes.
539 By default, each shell variable passively stores the string you
546 associated with each variable to override the
557 indicates a request to unset the variable.
570 The functionality of a variable can further be increased
572 can be associated with the variable.
574 variable to define functions whose name is
576 where \fIvarname\fP is the name of the variable, and \fIdiscname\fP