Searched defs:foobar (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Darith.sh279 function foobar function
286 if [[ $(foobar y) != 5 ]]
629 function foobar function
634 foobar
H A Dbuiltins.sh38 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 function
[all...]
H A Dheredoc.sh181 foobar() function
184 foobar
207 print -r -- "$(foobar)"
209 if [[ $($SHELL "$f") != foobar ]]
266 function foobar function
273 \$(foobar)
494 [[ $(grep meep $g | grep -v foobar) != '' ]] && err_exit 'here-doc loosing $var expansions on boundaries in rare cases'
H A Dsignal.sh370 foobar() function
376 foobar
H A Dpath.sh39 cat > dir1/foobar << '+++'
40 foobar() { print foobar1;} function
43 cat > dir2/foobar << '+++'
44 foobar() { print foobar2;} function
47 chmod +x dir[12]/foobar
51 [[ $( foobar) == foobar1 ]] || err_exit 'foobar should output foobar1'
54 [[ $(foobar) == foobar2 ]] || err_exit 'foobar should output foobar2'
57 [[ $(foobar)
[all...]
H A Dsubshell.sh233 [[ $foo == foobar ]] || err_exit 'trap on exit when last commands is subshell is not triggered'
261 function foobar function
272 function foobar function
477 (.sh.foo=foobar)
478 [[ ${.sh.foo} == foobar ]] && err_exit '.sh subvariables in subshells remain set'
528 print -u2 foobar
601 [[ $( { trap "echo foobar" EXIT; ( $printf ""); } & wait) == foobar ]] || err_exit 'exit trap not being invoked'
H A Dcomvar.sh204 point.z=foobar
208 [[ $(staticvar x) == $'(\n\ttypeset -i x=3\n\ttypeset -i y=5\n\tz=foobar\n)' ]] || err_exit 'static variables in function not working'
328 function foobar function
H A Dfunctions.sh42 function foobar function
63 if [[ $(foobar 1) != '33 bye' ]]
67 if [[ $(foobar 2) != 'foobar' ]]
71 if [[ $(bar=foo foobar 1) != '33 foo' ]]
78 if [[ $(foobar 3) != 'foo 10' ]]
82 foobar 4
86 unset -f foobar || err_exit "cannot unset function foobar"
87 typeset -f foobar>/de
89 function foobar function
172 foobar() function
217 function foobar function
229 function foobar function
441 function foobar function
1037 function foobar function
[all...]
H A Dnameref.sh133 function foobar function
138 foobar 2> /dev/null || err_exit 'nameref not unsetting previous reference'
327 function foobar function
333 foobar 2> /dev/null && err_exit 'invalid reference should cause foobar to fail'
337 function foobar function
344 [[ $(foobar) == ok ]] 2> /dev/null || err_exit 'nameref in function not creating variable in proper scope'
345 function foobar function
353 foobar
526 node.elements[/]=(filepath=foobar)
[all...]

Completed in 31 milliseconds