Lines Matching refs:hello
287 hello=ok
293 foo2.hello=notok foo2.yes.yex=no foo2.extra=yes.
308 typeset x=( typeset -a foo=( [1][3]=hello [9][2]="world" ) )
349 z.foo=( [one]=hello [two]=(x=3 y=4) [three]=hi)
350 z.bar[0]=hello
355 [0]=hello
363 [one]=hello
426 typeset -C -A hello=( [foo]=bar)
427 [[ $(typeset -p hello) == 'typeset -C -A hello=([foo]=bar)' ]] || err_exit 'typeset -A -C with intial assignment not working'
451 hello
457 some_stuff="hello"
460 expected=$'typeset -C -a mica01=([4]=(a_string=\'foo bar\';some_stuff=hello;))'
489 info.hello="world"
504 node.one="hello"
511 expected=$'(\n\ttypeset -A subtree=(\n\t\t[a_node]=(\n\t\t\tone=hello\n\t\t\ttwo=world\n\t\t)\n\t)\n)'