#include <spell.h>
Data Fields | |
| union { | |
| char flag [MAXFLAGLEN] | |
| struct { | |
| int affix | |
| int len | |
| } d | |
| } | p |
| char | word [1] |
Definition at line 58 of file spell.h.
| struct { ... } spell_struct::d |
Referenced by mkSPNode(), and NISortDictionary().
| char spell_struct::flag[MAXFLAGLEN] |
Definition at line 66 of file spell.h.
Referenced by NIAddSpell(), and NISortDictionary().
| union { ... } spell_struct::p |
Referenced by mkSPNode(), NIAddSpell(), and NISortDictionary().
| char spell_struct::word[1] |
Definition at line 73 of file spell.h.
Referenced by mkSPNode(), NIAddSpell(), and NISortDictionary().
1.7.1