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] |
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().
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().