Lines Matching defs:foobar
38 set -- - foobar
39 [[ $# == 2 && $1 == - && $2 == foobar ]] || err_exit "set -- - foobar failed"
40 set -- -x foobar
41 [[ $# == 2 && $1 == -x && $2 == foobar ]] || err_exit "set -- -x foobar failed"
43 [[ $foo == x && $OPTARG == foobar ]] || err_exit "getopts :x: failed"
252 #FIXME#($SHELL read -s foobar <<\!
268 unset -f foobar
269 function foobar