|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include "widltypes.h"

Go to the source code of this file.
Functions | |
| int | parser_parse (void) |
| void | parser_warning (const struct location *where, const char *message) |
| void | parser_error (const struct location *where, const char *message) |
| void | init_location (struct location *copy, const struct location *begin, const struct location *end) |
| int | is_type (const char *name) |
| int | do_warning (const char *toggle, warning_list_t *wnum) |
| int | is_warning_enabled (int warning) |
| char * | find_input_file (const char *name, const char *parent) |
| FILE * | open_input_file (const char *path) |
| void | close_all_inputs (void) |
Variables | |
| FILE * | parser_in |
| int | parser_debug |
| int | yy_flex_debug |
| int | parse_only |
| int do_warning | ( | const char * | toggle, |
| warning_list_t * | wnum | ||
| ) |
Definition at line 888 of file widl.c.
| void init_location | ( | struct location * | copy, |
| const struct location * | begin, | ||
| const struct location * | end | ||
| ) |
Referenced by make_type(), and type_new_alias().
Referenced by ctl2_alloc_guid().
Definition at line 899 of file widl.c.
Referenced by main().
Referenced by warning_at().
|
extern |
Referenced by define_type(), and make_type().
|
extern |
Definition at line 95 of file widl.c.
Referenced by main(), and wpp_set_debug().