ReactOS 0.4.16-dev-336-gb667d82
|
#include <stdio.h>
#include <stdarg.h>
Go to the source code of this file.
Classes | |
struct | wpp_callbacks |
Functions | |
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_add_include_path (const char *path) |
char * | wpp_find_include (const char *name, const char *parent_name) |
int | wpp_parse (const char *input, FILE *output) |
void | wpp_set_callbacks (const struct wpp_callbacks *callbacks) |
Definition at line 153 of file wpp.c.
Referenced by main().
Definition at line 377 of file compiler.c.
Referenced by add_widl_version_define(), main(), preprocess_shader(), and wpp_add_cmdline_define().
Definition at line 460 of file preproc.c.
Referenced by main().
Definition at line 420 of file compiler.c.
Referenced by preprocess_shader().
Definition at line 509 of file preproc.c.
Referenced by open_typelib().
Definition at line 437 of file compiler.c.
Referenced by main(), and preprocess_shader().
void wpp_set_callbacks | ( | const struct wpp_callbacks * | callbacks | ) |
Definition at line 168 of file wpp.c.
Referenced by main().