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

/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh101 abc() print hi function
102 if [[ $(abc) != hi ]]
103 then err_exit 'abc() print hi not working'
105 ( unset -f abc )
106 if [[ $(abc 2>/dev/null) != hi ]]
107 then err_exit 'abc() print hi not working after subshell unset'
236 abc() function
238 then err_exit 'abc() without a function body is not a syntax error'
351 zzz=abc
863 while getopts :abc OPTIO
925 function abc function
[all...]

Completed in 41 milliseconds