16 dim as FBSYMBOL
ptr sym, result
17 dim as FBSYMCHAIN
ptr chain_
18 dim as integer check_paren
19 dim as FB_CALL_ARG_LIST arg_list = ( 0, NULL, NULL )
20 dim as ASTNODE
ptr childcall
28 chain_ =
cIdentifier( NULL, FB_IDOPT_DEFAULT
or FB_IDOPT_ALLOWSTRUCT )
29 if( chain_ = NULL )
then
42 if( result <> NULL )
then
43 if( symbGetType( result ) <> FB_DATATYPE_VOID )
then
52 if(
hMatch( CHAR_LPRNT ) = FALSE )
then
54 params = symbGetProcParams( sym )
64 childcall =
cProcArgList( NULL, sym, NULL, @arg_list, 0 )
67 if( check_paren = TRUE )
then