Lines Matching refs:bar
36 : ${foo=bar} || err_exit ": failed"
37 [[ $foo == bar ]] || err_exit ": side effects failed"
73 false ${foo=bar} && err_exit "false failed"
143 if [[ $( for i in foo bar
174 if [[ $(abc: for i in foo bar;do print $i;break abc;done) != foo ]]
354 if [[ $(foo=bar; eval foo=\$foo $env exec -c \$SHELL -c \'print \$foo\') != bar ]]
410 set -- -a -b $optarg -c bar
636 read baz <<< 'foo\\\\bar'
637 [[ $baz == 'foo\\bar' ]] || err_exit 'read of foo\\\\bar not getting foo\\bar'