|
PostgreSQL Source Code git master
|
#include <spell.h>
Data Fields | |
| union { | |
| const char * flag | |
| struct { | |
| int affix | |
| int len | |
| } d | |
| } | p |
| char | word [FLEXIBLE_ARRAY_MEMBER] |
| int spell_struct::affix |
Definition at line 74 of file spell.h.
Referenced by mkSPNode(), and NISortDictionary().
| struct { ... } spell_struct::d |
Referenced by mkSPNode(), and NISortDictionary().
| const char* spell_struct::flag |
Definition at line 69 of file spell.h.
Referenced by NIAddSpell(), and NISortDictionary().
| int spell_struct::len |
Definition at line 76 of file spell.h.
Referenced by mkSPNode(), and NISortDictionary().
| union { ... } spell_struct::p |
Referenced by mkSPNode(), NIAddSpell(), and NISortDictionary().
| char spell_struct::word[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 79 of file spell.h.
Referenced by mkSPNode(), NIAddSpell(), and NISortDictionary().