Searched refs:foo2 (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dcase.sh31 bar=foo2
33 for i in foo1 foo2 foo3 foo4 foo5 foo6
H A Dcomvar.sh292 eval foo2="$foo"
293 foo2.hello=notok foo2.yes.yex=no foo2.extra=yes.
301 "$foo2"
306 [[ $bam == "$foo2" ]] || err_exit '$foo2 != $bmr'
484 typeset -C -A foo1=( abc="alphabet" ) foo2=( abc="alphabet" )
495 add_one "foo2[1234]"
496 [[ "${foo1[1234]}" == "${foo2[123
[all...]
H A Dfunctions.sh1171 [[ $1 == foo2 ]] || err_exit "\$1 is $1, not foo after getopts in function"
1174 foo -h -i foobar foo2

Completed in 14 milliseconds