FORM 4.3
|
#include <structs.h>
Data Fields | |
LIST | DollarList |
LIST | PreVarList |
LIST | LoopList |
LIST | ProcList |
INSIDEINFO | inside |
UBYTE ** | PreSwitchStrings |
UBYTE * | preStart |
UBYTE * | preStop |
UBYTE * | preFill |
UBYTE * | procedureExtension |
UBYTE * | cprocedureExtension |
LONG * | PreAssignStack |
int * | PreIfStack |
int * | PreSwitchModes |
int * | PreTypes |
LONG | StopWatchZero |
LONG | InOutBuf |
LONG | pSize |
int | PreAssignFlag |
int | PreContinuation |
int | PreproFlag |
int | iBufError |
int | PreOut |
int | PreSwitchLevel |
int | NumPreSwitchStrings |
int | MaxPreTypes |
int | NumPreTypes |
int | MaxPreIfLevel |
int | PreIfLevel |
int | PreInsideLevel |
int | DelayPrevar |
int | AllowDelay |
int | lhdollarerror |
int | eat |
int | gNumPre |
int | PreDebug |
int | OpenDictionary |
int | PreAssignLevel |
int | MaxPreAssignLevel |
WORD | DebugFlag |
WORD | preError |
UBYTE | ComChar |
UBYTE | cComChar |
The P_const struct is part of the global data and resides in the ALLGLOBALS struct A under the name P We see it used with the macro AP as in AP.InOutBuf It contains objects that have dealings with the preprocessor.
INSIDEINFO inside |