#include <expressn.h>

Public Attributes | |
| void * | PTR_AND |
| void * | PTR_OR |
| void * | PTR_EQ |
| void * | PTR_NEQ |
| void * | PTR_NOT |
| EXPRESSION_HN ** | ExpressionHashTable |
| SAVED_CONTEXTS * | svContexts |
| int | ReturnContext |
| int | BreakContext |
| intBool | SequenceOpMode |
Definition at line 96 of file expressn.h.
| void* expressionData::PTR_AND |
Definition at line 98 of file expressn.h.
| void* expressionData::PTR_OR |
Definition at line 99 of file expressn.h.
| void* expressionData::PTR_EQ |
Definition at line 100 of file expressn.h.
| void* expressionData::PTR_NEQ |
Definition at line 101 of file expressn.h.
| void* expressionData::PTR_NOT |
Definition at line 102 of file expressn.h.
Definition at line 103 of file expressn.h.
Definition at line 110 of file expressn.h.
Definition at line 111 of file expressn.h.
Definition at line 112 of file expressn.h.
| intBool expressionData::SequenceOpMode |
Definition at line 114 of file expressn.h.
1.5.6