ExpressionFunction.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RexxExpressionFunction
 

Macros

#define function_nointernal   0x01 /* bypass internal routine calls */
 
#define function_type_mask   0x0e /* type of call */
 
#define function_internal   0x02 /* internal call */
 
#define function_builtin   0x06 /* builtin call */
 
#define function_external   0x0e /* external call */
 
#define function_on_off   0x20 /* call ON/OFF instruction */
 

Macro Definition Documentation

◆ function_builtin

#define function_builtin   0x06 /* builtin call */

Definition at line 50 of file ExpressionFunction.hpp.

◆ function_external

#define function_external   0x0e /* external call */

Definition at line 51 of file ExpressionFunction.hpp.

◆ function_internal

#define function_internal   0x02 /* internal call */

Definition at line 49 of file ExpressionFunction.hpp.

◆ function_nointernal

#define function_nointernal   0x01 /* bypass internal routine calls */

Definition at line 47 of file ExpressionFunction.hpp.

◆ function_on_off

#define function_on_off   0x20 /* call ON/OFF instruction */

Definition at line 52 of file ExpressionFunction.hpp.

◆ function_type_mask

#define function_type_mask   0x0e /* type of call */

Definition at line 48 of file ExpressionFunction.hpp.