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 | |
RXFNC_FLAGS | rxfnc_flags |
CSTRING | rxfnc_name |
unsigned short | rxfnc_namel |
CSTRING | rxfnc_que |
unsigned short | rxfnc_quel |
unsigned short | rxfnc_argc |
PCONSTRXSTRING | rxfnc_argv |
RXSTRING | rxfnc_retc |
unsigned short _RXFNCCAL_PARM::rxfnc_argc |
Definition at line 471 of file rexx.h.
Referenced by RexxActivity::callFunctionExit().
PCONSTRXSTRING _RXFNCCAL_PARM::rxfnc_argv |
Definition at line 472 of file rexx.h.
Referenced by RexxActivity::callFunctionExit().
RXFNC_FLAGS _RXFNCCAL_PARM::rxfnc_flags |
Definition at line 466 of file rexx.h.
Referenced by RexxActivity::callFunctionExit().
CSTRING _RXFNCCAL_PARM::rxfnc_name |
Definition at line 467 of file rexx.h.
Referenced by RexxActivity::callFunctionExit().
unsigned short _RXFNCCAL_PARM::rxfnc_namel |
Definition at line 468 of file rexx.h.
Referenced by RexxActivity::callFunctionExit().
CSTRING _RXFNCCAL_PARM::rxfnc_que |
Definition at line 469 of file rexx.h.
Referenced by RexxActivity::callFunctionExit().
unsigned short _RXFNCCAL_PARM::rxfnc_quel |
Definition at line 470 of file rexx.h.
Referenced by RexxActivity::callFunctionExit().
RXSTRING _RXFNCCAL_PARM::rxfnc_retc |
Definition at line 473 of file rexx.h.
Referenced by RexxActivity::callFunctionExit().