Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

spell_struct Struct Reference

#include <spell.h>

Data Fields

union {
   char   flag [MAXFLAGLEN]
   struct {
      int   affix
      int   len
   }   d
p
char word [1]

Detailed Description

Definition at line 58 of file spell.h.


Field Documentation

Definition at line 69 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().

Definition at line 70 of file spell.h.

union { ... } spell_struct::p

Definition at line 73 of file spell.h.

Referenced by mkSPNode(), NIAddSpell(), and NISortDictionary().


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