Lines Matching refs:bar
91 foo=bar
95 if [[ $x != bar ]]
154 foo=bar
155 if [[ $(export | grep ^foo=) != 'foo=bar' ]]
160 bar
162 if [[ $(export | grep ^foo=) != 'foo=bar' ]]
215 unset foo bar
220 typeset -x bar=world
225 [[ $(export | grep bar) ]] && err_exit 'typeset -x not local'
250 foo=bar
261 x='typeset -A z=([bar]=bam [xyz]=bar)'
286 typeset -p bar
288 bar=xxx
289 [[ $(foo) == bar=xxx ]] || err_exit 'typeset -p not working inside a function'
327 $SHELL 2> /dev/null -c 'export foo=(bar=3)' && err_exit 'compound variables cannot be exported'
350 "$EDT $PDT $EDT" "foo=bar" "TZ=$PTZ" "TZ=$ETZ" \
437 z='typeset -C z=(foo=bar)'