Home
last modified time | relevance | path

Searched refs:xfun (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dnamespace.sh47 cat > $tmp/global/xfun <<- \EOF
48 function xfun function
50 print xfun global $foo
53 cat > $tmp/local/xfun <<- \EOF
54 function xfun function
56 print xfun local $foo
85 xfun
101 [[ $(xfun) == 'xfun global abc' ]] || err_exit 'global function on FPATH failed'
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dsymaddr.c36 extern int x, xfun(void), xpun(void);
47 usevp(xfun); in xfoo()