ReactOS 0.4.16-dev-91-g764881a
|
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <ctype.h>
Go to the source code of this file.
Classes | |
struct | _DEFINE |
Macros | |
#define | trace if (0) printf |
Typedefs | |
typedef struct _DEFINE | DEFINE |
typedef struct _DEFINE * | PDEFINE |
Functions | |
char * | convert_path (const char *origpath) |
char * | GetFolder (const char *pszFullPath) |
void * | LoadFile (const char *pszFileName, size_t *pFileSize) |
int | error (char *format,...) |
char * | GetNextChar (const char *psz) |
char * | GetNextLine (char *pszLine) |
int | strxlen (const char *psz) |
PDEFINE | FindDefine (const char *p, char **pNext) |
void | WriteLine (char *pchLine, FILE *fileOut) |
int | EvaluateConstant (const char *p, char **pNext) |
int | EvaluateExpression (char *pExpression, char **pNext) |
int | ParseInputFile (const char *pszInFile, FILE *fileOut) |
int | main (int argc, char *argv[]) |
Variables | |
DEFINE * | gpDefines = 0 |
int | iLine |
const char * | gpszCurFile |
Definition at line 39 of file hpp.c.
Referenced by main().
Definition at line 117 of file hpp.c.
Definition at line 241 of file hpp.c.
Referenced by EvaluateExpression().
Definition at line 253 of file hpp.c.
Referenced by EvaluateExpression(), and ParseInputFile().
Definition at line 167 of file hpp.c.
Referenced by EvaluateConstant(), and WriteLine().
Definition at line 128 of file hpp.c.
Referenced by EvaluateExpression(), and ParseInputFile().
Definition at line 135 of file hpp.c.
Referenced by ParseInputFile().
Definition at line 74 of file hpp.c.
Referenced by ParseInputFile().
Definition at line 365 of file hpp.c.
Referenced by main(), and ParseInputFile().
Definition at line 155 of file hpp.c.
Referenced by FindDefine(), ParseInputFile(), and WriteLine().
Definition at line 194 of file hpp.c.
Referenced by CDFParser::Parse(), and ParseInputFile().
DEFINE* gpDefines = 0 |
Definition at line 34 of file hpp.c.
Referenced by FindDefine(), and ParseInputFile().
Definition at line 36 of file hpp.c.
Referenced by ParseInputFile().
int iLine |
Definition at line 35 of file hpp.c.
Referenced by DIALOG_GoTo_DialogProc(), EvaluateExpression(), ParseInputFile(), Test_BitmapEntry(), Test_CompatBitmapEntry(), Test_DIBSectionEntry(), Test_PixelAddress(), TreeListEndLabelEdit(), and TreeListKeyDown().