|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| ccval_t | val |
| struct _cc_var_t * | next |
| unsigned | name_len |
| WCHAR | name [0] |
| WCHAR _cc_var_t::name[0] |
Definition at line 814 of file lex.c.
Referenced by find_cc_var(), and new_cc_var().
| unsigned _cc_var_t::name_len |
Definition at line 813 of file lex.c.
Referenced by find_cc_var(), and new_cc_var().
Definition at line 812 of file lex.c.
Referenced by find_cc_var(), new_cc_var(), and release_cc().
| ccval_t _cc_var_t::val |
Definition at line 811 of file lex.c.
Referenced by new_cc_var(), and try_parse_ccval().