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 */ |
| #define function_builtin 0x06 /* builtin call */ |
Definition at line 50 of file ExpressionFunction.hpp.
| #define function_external 0x0e /* external call */ |
Definition at line 51 of file ExpressionFunction.hpp.
| #define function_internal 0x02 /* internal call */ |
Definition at line 49 of file ExpressionFunction.hpp.
| #define function_nointernal 0x01 /* bypass internal routine calls */ |
Definition at line 47 of file ExpressionFunction.hpp.
| #define function_on_off 0x20 /* call ON/OFF instruction */ |
Definition at line 52 of file ExpressionFunction.hpp.
| #define function_type_mask 0x0e /* type of call */ |
Definition at line 48 of file ExpressionFunction.hpp.