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

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh98 abc() print hi function
99 if [[ $(abc) != hi ]]
100 then err_exit 'abc() print hi not working'
102 ( unset -f abc )
103 if [[ $(abc 2>/dev/null) != hi ]]
104 then err_exit 'abc() print hi not working after subshell unset'
233 abc() function
235 then err_exit 'abc() without a function body is not a syntax error'
348 zzz=abc
860 while getopts :abc OPTIO
922 function abc function
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dn4.c337 return abc(i, f) + j;
403 abc(i, f) function

Completed in 46 milliseconds