ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <wpp_private.h>
Public Attributes | |
char * | input |
void * | file |
int | line_number |
int | char_number |
int | state |
int | pedantic |
int | debug |
Definition at line 218 of file wpp_private.h.
int pp_status::char_number |
Definition at line 223 of file wpp_private.h.
Referenced by generic_msg(), ppy_error(), ppy_warning(), and wpp_parse().
int pp_status::debug |
Definition at line 237 of file wpp_private.h.
Referenced by pp_add_define(), pp_add_macro(), pp_del_define(), pp_open_include(), and wpp_set_debug().
void * pp_status::file |
Definition at line 221 of file wpp_private.h.
Referenced by wpp_parse().
char * pp_status::input |
Definition at line 220 of file wpp_private.h.
Referenced by generic_msg(), pp_add_define(), pp_add_macro(), pp_del_define(), pp_pop_if(), pp_push_if(), ppy_error(), ppy_warning(), and wpp_parse().
int pp_status::line_number |
Definition at line 222 of file wpp_private.h.
Referenced by generic_msg(), pp_add_define(), pp_add_macro(), pp_del_define(), pp_pop_if(), pp_push_if(), ppy_error(), ppy_warning(), and wpp_parse().
int pp_status::pedantic |
Definition at line 225 of file wpp_private.h.
Referenced by pp_add_define(), pp_add_macro(), pp_del_define(), and wpp_set_pedantic().
int pp_status::state |
Definition at line 224 of file wpp_private.h.
Referenced by pp_xmalloc(), pp_xrealloc(), ppy_error(), and wpp_parse().