Lines Matching refs:bar
121 x=bar
131 if [[ $x != bar ]]
136 foo=bar
144 if [[ $foo != bar ]]
196 eval foo='$'$i bar='$'{$i}
197 if [[ ${foo} != "${bar}" ]]
200 command eval bar='$'{$i%?} 2> /dev/null || err_exit "\${$i%?} gives syntax error"
201 if [[ $i != [@*] && ${foo%?} != "$bar" ]]
204 command eval bar='$'{$i#?} 2> /dev/null || err_exit "\${$i#?} gives syntax error"
208 command eval foo='$'{$i} bar='$'{#$i} || err_exit "\${#$i} gives synta
210 if [[ $i != @([@*]) && ${#foo} != "$bar" ]]
422 unset bar
423 if [[ $( (print ${bar:?bam}) 2>&1) != *bar*bam* ]]
513 dave=foo; dave+=bar
548 bar) if ((.sh.value > 1 ))
562 foo[bar]=1
563 (( foo[bar] == 1 )) || err_exit 'foo[bar] should be 1'
567 foo[bar]=2
568 (( foo[bar] == 5 )) || err_exit 'foo[bar] should be 5'