Searched refs:foo2 (Results 1 – 5 of 5) sorted by relevance
3 test2(foo2); print foo2[1]
292 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" )496 … err_exit "test failed\n$(diff -u <( print -r -- "${foo1[1234]}") <(print -r -- "${foo2[1234]}"))."
31 bar=foo233 for i in foo1 foo2 foo3 foo4 foo5 foo6
1171 [[ $1 == foo2 ]] || err_exit "\$1 is $1, not foo after getopts in function"1174 foo -h -i foobar foo2
18 static void foo2(void) in foo2() function