Data Fields | |
union { | |
char_u hashkey [6] | |
int index | |
} | wn_u1 |
union { | |
wordnode_T * next | |
wordnode_T * wnode | |
} | wn_u2 |
wordnode_T * | wn_child |
wordnode_T * | wn_sibling |
int | wn_refs |
char_u | wn_byte |
char_u | wn_affixID |
uint16_t | wn_flags |
short | wn_region |
char_u wordnode_S::hashkey[6] |
int wordnode_S::index |
wordnode_T* wordnode_S::next |
char_u wordnode_S::wn_affixID |
char_u wordnode_S::wn_byte |
wordnode_T* wordnode_S::wn_child |
uint16_t wordnode_S::wn_flags |
int wordnode_S::wn_refs |
short wordnode_S::wn_region |
wordnode_T* wordnode_S::wn_sibling |
union { ... } wordnode_S::wn_u1 |
union { ... } wordnode_S::wn_u2 |
wordnode_T* wordnode_S::wnode |