Lines Matching refs:bar
64 x=( [foo]=bar )
65 if [[ ${x[@]} != bar ]]
79 x.foo.bar=7
80 [[ ${x.foo.bar} == 7 ]] || err_exit '[[ ${x.foo.bar} != 7 ]]'
81 (( x.foo.bar == 7 ))|| err_exit '(( x.foo.bar != 7 ))'
82 [[ ${x.foo} == *bar=7* ]] || err_exit '[[ ${x.foo} != *bar=7* ]]'
184 foo=( bar=foo barbar=bar)
185 [[ $foo == *bar=foo* ]] || err_exit 'no prefix elements in compound variable output'
213 ( [[ ${z.foo.bar:-abc} == abc ]] 2> /dev/null) || err_exit ':- not working with compound variables'
215 typeset -a stack.items=([0]=foo [1]=bar)
260 X=( bar=2 )
271 foo=(typeset -a bar)
274 typeset -A s=( [foo]=(y=2 z=3) [bar]=(y=4 z=5))
282 foo.bar=abc
284 typeset -C foo=(bar=def)
294 typeset -C bar bam
296 read -Cu3 bar
305 [[ $bar == "$foo" ]] || err_exit '$foo != $bar'
321 x=( float x=0 y=1; z=([foo]=abc [bar]=def))
342 x=( foo=(z=abc d=ghi) bar=abc; typeset -A r=([x]=3 [y]=4))
350 z.bar[0]=hello
351 z.bar[2]=world
352 z.bar[1]=(x=4 y=5)
426 typeset -C -A hello=( [foo]=bar)
440 [a]=( foo=bar)
441 [b]=( foo=bar)
442 [c d]=( foo=bar)
443 [e]=( foo=bar)
444 [f]=( foo=bar)
445 [g]=( foo=bar)
446 [h]=( foo=bar)
447 [i]=( foo=bar)
448 [j]=( foo=bar)