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

Public Attributes | |
| struct mtext * | next |
| struct mtext * | prev |
| def_exp_t | type |
| union { | |
| char * text | |
| int argidx | |
| } | subst |
| union { | |
| char * text | |
| int argidx | |
| } | subst |
Definition at line 75 of file wpp_private.h.
| int mtext::argidx |
Definition at line 81 of file wpp_private.h.
Definition at line 76 of file wpp_private.h.
Definition at line 77 of file wpp_private.h.
| union { ... } mtext::subst |
| union { ... } mtext::subst |
| char* mtext::text |
Definition at line 80 of file wpp_private.h.
| def_exp_t mtext::type |
Definition at line 78 of file wpp_private.h.