Searched refs:associative (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c548 int tabs=0,c,more,associative = 0; local
559 if(!(associative =(array_assoc(ap)!=0)))
562 associative=1;
578 if(associative||special)
616 else if(!associative && (ep=strchr(fmtq,'=')))
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.s194 ! and hence to be loaded into the T16, fully-associative TLB, we
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Darrays.sh186 then err_exit 'initial value not preserved when typecast to associative'
193 then err_exit 'conversion of indexed to associative array failed'
276 err_exit 'exporting associative array not exporting 0-th element'
283 [[ $foo == 0 ]] || err_exit 'zero element of associative array not being set'
304 [[ ${x[two]} == 2 ]] || err_exit 'associative array produce side effects in subshells'
309 [[ ${#x[@]} == 4 ]] || err_exit 'associative array append in subshell error'
311 [[ ${#x[@]} == 3 ]] || err_exit 'associative array append in subshell effects parent'
318 [[ $( ($SHELL -c 'typeset -A var; (IFS=: ; set -A var a:b:c ;print ${var[@]});:' )2>/dev/null) == 'a b c' ]] || err_exit 'change associative to index failed'
327 ) 2> /dev/null && err_exit 'set +A with associative array should be an error'
333 [[ $bam == value ]] && err_exit 'unset associative arra
[all...]

Completed in 76 milliseconds