ReactOS 0.4.16-dev-250-g3ecd236
|
#include "config.h"
#include "wine/port.h"
#include <time.h>
#include <stdlib.h>
#include "wpp_private.h"
#include "wine/wpp.h"
Go to the source code of this file.
Classes | |
struct | define |
Functions | |
static void | add_cmdline_defines (void) |
static void | del_cmdline_defines (void) |
static void | add_special_defines (void) |
static void | del_special_defines (void) |
int | wpp_add_define (const char *name, const char *value) |
void | wpp_del_define (const char *name) |
int | wpp_add_cmdline_define (const char *value) |
void | wpp_set_debug (int lex_debug, int parser_debug, int msg_debug) |
void | wpp_set_pedantic (int on) |
int | wpp_parse (const char *input, FILE *output) |
void | wpp_set_callbacks (const struct wpp_callbacks *callbacks) |
Variables | |
int | ppy_debug |
int | pp_flex_debug |
static struct define * | cmdline_defines |
Definition at line 42 of file wpp.c.
Referenced by wpp_parse().
Definition at line 62 of file wpp.c.
Referenced by wpp_parse().
Definition at line 153 of file wpp.c.
Referenced by main().
Definition at line 93 of file wpp.c.
Referenced by wpp_add_cmdline_define().
Definition at line 184 of file wpp.c.
void wpp_set_callbacks | ( | const struct wpp_callbacks * | callbacks | ) |
Definition at line 168 of file wpp.c.
Referenced by main().
Definition at line 40 of file wpp.c.
Referenced by add_cmdline_defines(), del_cmdline_defines(), wpp_add_define(), and wpp_del_define().
int pp_flex_debug |
Definition at line 31 of file wpp.c.
Referenced by pp_pop_if(), pp_push_if(), and wpp_set_debug().
int ppy_debug |
Definition at line 31 of file wpp.c.
Referenced by wpp_set_debug().