|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wpp_private.h>

Public Attributes | |
| char * | input |
| void * | file |
| int | line_number |
| int | char_number |
| int | state |
| int | pedantic |
| FILE * | file |
| 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 186 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().
| FILE* pp_status::file |
Definition at line 183 of file wpp_private.h.
| 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(), and pp_del_define().
| int pp_status::state |
Definition at line 224 of file wpp_private.h.
Referenced by pp_xmalloc(), pp_xrealloc(), ppy_error(), and wpp_parse().