ReactOS 0.4.15-dev-7953-g1f49173
_cc_var_t Struct Reference
Collaboration diagram for _cc_var_t:

Public Attributes

ccval_t val
 
struct _cc_var_tnext
 
unsigned name_len
 
WCHAR name [0]
 

Detailed Description

Definition at line 810 of file lex.c.

Member Data Documentation

◆ name

WCHAR _cc_var_t::name[0]

Definition at line 814 of file lex.c.

Referenced by find_cc_var(), and new_cc_var().

◆ name_len

unsigned _cc_var_t::name_len

Definition at line 813 of file lex.c.

Referenced by find_cc_var(), and new_cc_var().

◆ next

struct _cc_var_t* _cc_var_t::next

Definition at line 812 of file lex.c.

Referenced by find_cc_var(), new_cc_var(), and release_cc().

◆ val

ccval_t _cc_var_t::val

Definition at line 811 of file lex.c.

Referenced by new_cc_var(), and try_parse_ccval().


The documentation for this struct was generated from the following file: