Home
last modified time | relevance | path

Searched refs:associative (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dnvtree.c548 int tabs=0,c,more,associative = 0; in nv_outnode() local
559 if(!(associative =(array_assoc(ap)!=0))) in nv_outnode()
562 associative=1; in nv_outnode()
578 if(associative||special) in nv_outnode()
616 else if(!associative && (ep=strchr(fmtq,'='))) in nv_outnode()
H A Dparse.c1291 int associative=0; in simple() local
1295 associative = 1; in simple()
1315 if(associative && argp->argval[0]!='[') in simple()
1409 if(associative) in simple()
/titanic_44/usr/src/lib/libshell/common/
H A DPROMO.mm83 Arrays: KSH-93 supports both indexed and associative arrays.
85 whereas, the subscript for an associative array is a string.
H A DRELEASE7 associative array subscripts for unset array elements has been fixed.
101 09-09-01 Several bugs in the processing for types that included an associative
278 associative array element has been fixed.
345 08-09-29 A bug in the display of compound variables containing an associative
478 sub2 inclusive. For associative arrays, the range is based on
525 x.foo as an associative array has been fixed.
567 08-03-03 A bug in which creating a name reference to an associative array
674 name+=([sub]=value) could cause the array to become an associative
705 07-08-26 A bug in which a name reference to an associative array instance
719 07-08-02 A second bug in which after read x[sub] into an associative array
[all …]
H A DDESIGN111 3. array.c contains the code for indexed and associative
H A DRELEASE888 an array to be associative. As with indexed arrays, $name is
78 elements of the associative array varname.
H A Dbuiltins.mm503 Each shell variable is an object in an associative table
H A Dsh.memo712 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.
/titanic_44/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.s194 ! and hence to be loaded into the T16, fully-associative TLB, we
/titanic_44/usr/src/lib/libshell/common/tests/
H A Darrays.sh375 [[ $(typeset | grep foo$) == *associative* ]] || err_exit 'array lost associative attribute'
/titanic_44/usr/src/cmd/oawk/
H A DREADME45 for associative arrays with non-numeric subscripts.