|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 588 of file wpp.c.
Referenced by add_widl_version_define(), main(), and option_callback().
Definition at line 377 of file compiler.c.
Referenced by preprocess_shader().
Definition at line 298 of file wpp.c.
Referenced by main(), and option_callback().
Definition at line 420 of file compiler.c.
Definition at line 315 of file wpp.c.
Referenced by find_input_file().
Definition at line 437 of file compiler.c.
| void wpp_set_callbacks | ( | const struct wpp_callbacks * | callbacks | ) |
Definition at line 601 of file wpp.c.
Referenced by main().