Lines Matching refs:foo
87 print hi > .foo
105 if (command > foo\\abc) 2> /dev/null
106 then set -- foo*
126 bar=foo
127 eval foo=\$bar
128 if [[ $foo != foo ]]
133 if [[ $foo != 'foo bar' ]]
151 print foo
159 print foo
174 x=$( (print foo) ; (print bar) )
178 x=$( (/bin/echo foo) ; (print bar) )
182 x=$( (/bin/echo foo) ; (/bin/echo bar) )
218 x=$( (/bin/echo foo) 2> /dev/null )
219 if [[ $x != foo ]]
280 if [[ $(for i in foo bar
289 set -A a1 foo bar bam
310 foo() function
315 foo
323 then [[ $($SHELL -c 'cat <(print foo)' 2> /dev/null) == foo ]] || err_exit 'process substitution no…
348 [[ $($SHELL -c "print foo | $tmp/scriptx ;:" 2> /dev/null ) == foo ]] || err_exit 'piping into scri…
370 ( typeset -r foo=bar) 2> /dev/null || err_exit 'readonly variables set in a subshell cannot unset'
399 print foo
404 unset foo
405 [[ ! ${foo[@]} ]] || err_exit '${foo[@]} is not empty when foo is unset'
406 [[ ! ${foo[3]} ]] || err_exit '${foo[3]} is not empty when foo is unset'
408 [[ $(print "${ print "[${ print foo }]" }") == '[foo]' ]] || err_exit 'nested ${...} not working w…
409 unset foo
410 foo=$(false) > /dev/null && err_exit 'failed command substitution with redirection not returning fa…
472 do print foo