hostemu.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _EXECIO_OPTIONS
 

Macros

#define SYMTABLESIZE   15
 
#define EXECIO_STMT   0
 
#define HI_STMT   1
 
#define TE_STMT   2
 
#define TS_STMT   3
 

Typedefs

typedef struct _EXECIO_OPTIONS EXECIO_OPTIONS
 

Functions

int yyparse (void)
 
RexxReturnCode RexxEntry GrxHost (PCONSTRXSTRING command, unsigned short int *flags, PRXSTRING retc)
 

Variables

const char * szVersion
 
const char * szDate
 
EXECIO_OPTIONS ExecIO_Options
 
PCONSTRXSTRING prxCmd
 
long lCmdPtr
 
unsigned long ulNumSym
 
char * pszSymbol [SYMTABLESIZE]
 
long lStmtType
 

Macro Definition Documentation

◆ EXECIO_STMT

#define EXECIO_STMT   0

Definition at line 69 of file hostemu.h.

◆ HI_STMT

#define HI_STMT   1

Definition at line 70 of file hostemu.h.

◆ SYMTABLESIZE

#define SYMTABLESIZE   15

Definition at line 68 of file hostemu.h.

◆ TE_STMT

#define TE_STMT   2

Definition at line 71 of file hostemu.h.

◆ TS_STMT

#define TS_STMT   3

Definition at line 72 of file hostemu.h.

Typedef Documentation

◆ EXECIO_OPTIONS

Function Documentation

◆ GrxHost()

◆ yyparse()

Variable Documentation

◆ ExecIO_Options

◆ lCmdPtr

long lCmdPtr
extern

Definition at line 64 of file unix/hostemu.cpp.

Referenced by GrxHost(), and yylex().

◆ lStmtType

long lStmtType
extern

Definition at line 68 of file unix/hostemu.cpp.

Referenced by GrxHost(), and yyparse().

◆ prxCmd

PCONSTRXSTRING prxCmd
extern

Definition at line 62 of file unix/hostemu.cpp.

Referenced by GrxHost(), and yylex().

◆ pszSymbol

char* pszSymbol[SYMTABLESIZE]
extern

Definition at line 66 of file unix/hostemu.cpp.

Referenced by GrxHost(), and yylex().

◆ szDate

const char* szDate
extern

◆ szVersion

const char* szVersion
extern

◆ ulNumSym

unsigned long ulNumSym
extern

Definition at line 65 of file unix/hostemu.cpp.

Referenced by GrxHost(), and yylex().