ReactOS 0.4.16-dev-927-g467dec4
|
Public Attributes | |
struct _DEFINE * | pNext |
int | val |
char * | pszName |
unsigned int | cchName |
char * | pszValue |
unsigned int | cchValue |
char | achBuffer [1] |
char _DEFINE::achBuffer[1] |
Definition at line 31 of file hpp.c.
Referenced by ParseInputFile().
Definition at line 28 of file hpp.c.
Referenced by FindDefine(), and ParseInputFile().
Definition at line 30 of file hpp.c.
Referenced by ParseInputFile(), and WriteLine().
Definition at line 25 of file hpp.c.
Referenced by EvaluateConstant(), EvaluateExpression(), FindDefine(), and ParseInputFile().
char* _DEFINE::pszName |
Definition at line 27 of file hpp.c.
Referenced by FindDefine(), and ParseInputFile().
char* _DEFINE::pszValue |
Definition at line 29 of file hpp.c.
Referenced by ParseInputFile(), and WriteLine().
int _DEFINE::val |
Definition at line 26 of file hpp.c.
Referenced by EvaluateConstant(), and ParseInputFile().