ooRexx
4.2.0-source
About: ooRexx (Open Object Rexx) is a free implementation of Object Rexx. Object Rexx is an enhancement of the classic Rexx interpreter; a full-featured programming language with a human-oriented syntax.
![]() ![]() |
#include <rexx.h>
Public Attributes | |
RXOFNC_FLAGS | rxfnc_flags |
CONSTRXSTRING | rxfnc_name |
size_t | rxfnc_argc |
RexxObjectPtr * | rxfnc_argv |
RexxObjectPtr | rxfnc_retc |
size_t _RXOFNCCAL_PARM::rxfnc_argc |
Definition at line 488 of file rexx.h.
Referenced by RexxActivity::callObjectFunctionExit().
RexxObjectPtr* _RXOFNCCAL_PARM::rxfnc_argv |
Definition at line 489 of file rexx.h.
Referenced by RexxActivity::callObjectFunctionExit().
RXOFNC_FLAGS _RXOFNCCAL_PARM::rxfnc_flags |
Definition at line 486 of file rexx.h.
Referenced by RexxActivity::callObjectFunctionExit().
CONSTRXSTRING _RXOFNCCAL_PARM::rxfnc_name |
Definition at line 487 of file rexx.h.
Referenced by RexxActivity::callObjectFunctionExit().
RexxObjectPtr _RXOFNCCAL_PARM::rxfnc_retc |
Definition at line 490 of file rexx.h.
Referenced by RexxActivity::callObjectFunctionExit().