Searched refs:associative (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | arith.sh | 675 (( x[2] == 4 )) || err_exit '(( x[2] /= x[0])) fails for associative array' 696 …err_exit '${A[a].AA[aa]} should be 2 after ++ operation for associative array of associative array… 714 …exit '${A[a].AA[aa]} should be 2 after ++ operation for index array of associative array arithmeti…
|
H A D | nameref.sh | 420 [[ -v x[h] ]] && err_exit 'creating reference to non-existant associative array element causes elem… 480 [[ ${!nr} == "c.a[hello]" ]] || err_exit 'name reference nr to unset associative array instance doe… 564 [[ $(print -v l) == "$exp" ]] || err_exit 'nameref l4=l[4] not working with associative array read'
|
H A D | arrays.sh | 375 [[ $(typeset | grep foo$) == *associative* ]] || err_exit 'array lost associative attribute'
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 585 int scan,tabs=0,c,more,associative = 0; in nv_outnode() local 598 if(!(associative =(array_assoc(ap)!=0))) in nv_outnode() 601 associative=1; in nv_outnode() 617 if(associative||special) in nv_outnode() 663 else if(!associative && (ep=strchr(fmtq,'='))) in nv_outnode()
|
H A D | parse.c | 1414 int associative=0; in simple() local 1418 associative = 1; in simple() 1438 if(associative && argp->argval[0]!='[') in simple() 1543 if(associative) in simple()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | PROMO.mm | 83 Arrays: KSH-93 supports both indexed and associative arrays. 85 whereas, the subscript for an associative array is a string.
|
H A D | RELEASE | 6 12-07-23 A scoping error with namrefs to compound associative arrays has 57 12-06-06 A bug in which unset of an associative array of compound variables 103 12-05-11 A bug which left an associative array arr containing one element in 196 12-03-19 Using typeset -a array when array is an associative arry not 436 11-03-07 A bug in which reassigning a compound variable to an associative 519 arithmetic expressions with associative arrays. 533 10-11-22 A bug in which if nr was a name reference to an unset associative 594 10-10-13 A bug in which creating an associative array of compound variables 753 not properly handle [ and ] in subscripts for associative arrays. 756 10-06-02 A bug in which read -C of an associative array of compound variables [all …]
|
H A D | DESIGN | 112 3. array.c contains the code for indexed and associative
|
H A D | RELEASE88 | 8 an array to be associative. As with indexed arrays, $name is 78 elements of the associative array varname.
|
H A D | sh.memo | 712 Using the associative array facility of \f5ksh\fP described later, 1342 There are two types of arrays; associative arrays 1344 The subscript for an associative array is an arbitrary 1459 an associative array with the given arguments as subscripts.
|
H A D | builtins.mm | 522 Each shell variable is an object in an associative table
|
/illumos-gate/usr/src/uts/sun4u/vm/ |
H A D | mach_sfmmu_asm.S | 147 ! and hence to be loaded into the T16, fully-associative TLB, we
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | README | 44 for associative arrays with non-numeric subscripts.
|