#include "rexx.h"Go to the source code of this file.
Classes | |
| struct | apireg_node |
| struct | _MACRO |
| struct | _SEMCONT |
Macros | |
| #define | USERLENGTH 8 /* Length of saved user data */ |
| #define | MAXNAME 128 |
| #define | REGNOOFTYPES 3 |
| #define | APISIZE sizeof(APIBLOCK) /* for size of API Block */ |
| #define | NAMESIZE 0x00ff /* size of a function name */ |
| #define | SZSTR(x) (x?strlen(x)+1:0) /* size of allocated string */ |
| #define | MAXARGS 20 /* max # args to func. or proc. */ |
| #define | YES 1 |
| #define | NO 0 |
| #define | NAMESIZE 0x00ff /* size of a function name */ |
| #define | MACROSIZE sizeof(MACRO) /* size of MACRO structure */ |
| #define | PMNULL ((PMACRO *)0) /* null pointer to PMACRO */ |
| #define | SZSTR(x) (x?strlen(x)+1:0) /* size of allocated string */ |
| #define | EVENT 0 /* event semaphore */ |
| #define | MUTEX 1 /* mutex semaphore */ |
Typedefs | |
| typedef struct apireg_node | APIBLOCK |
| typedef APIBLOCK * | PAPIBLOCK |
| typedef struct _MACRO | MACRO |
| typedef MACRO * | PMACRO |
| typedef struct _SEMCONT | SEMCONT |
| #define APISIZE sizeof(APIBLOCK) /* for size of API Block */ |
Definition at line 68 of file APIDefinitions.h.
| #define EVENT 0 /* event semaphore */ |
Definition at line 105 of file APIDefinitions.h.
Definition at line 91 of file APIDefinitions.h.
| #define MAXARGS 20 /* max # args to func. or proc. */ |
Definition at line 71 of file APIDefinitions.h.
| #define MAXNAME 128 |
Definition at line 49 of file APIDefinitions.h.
| #define MUTEX 1 /* mutex semaphore */ |
Definition at line 106 of file APIDefinitions.h.
| #define NAMESIZE 0x00ff /* size of a function name */ |
Definition at line 78 of file APIDefinitions.h.
| #define NAMESIZE 0x00ff /* size of a function name */ |
Definition at line 78 of file APIDefinitions.h.
| #define NO 0 |
Definition at line 73 of file APIDefinitions.h.
Definition at line 92 of file APIDefinitions.h.
| #define REGNOOFTYPES 3 |
Definition at line 50 of file APIDefinitions.h.
| #define SZSTR | ( | x | ) | (x?strlen(x)+1:0) /* size of allocated string */ |
Definition at line 93 of file APIDefinitions.h.
| #define SZSTR | ( | x | ) | (x?strlen(x)+1:0) /* size of allocated string */ |
Definition at line 93 of file APIDefinitions.h.
| #define USERLENGTH 8 /* Length of saved user data */ |
Definition at line 48 of file APIDefinitions.h.
| #define YES 1 |
Definition at line 72 of file APIDefinitions.h.
| typedef struct apireg_node APIBLOCK |
Definition at line 66 of file APIDefinitions.h.
Definition at line 89 of file APIDefinitions.h.