PostgreSQL Source Code  git master
spell_struct Struct Reference

#include <spell.h>

Data Fields

union {
   char *   flag
 
   struct {
      int   affix
 
      int   len
 
   }   d
 
p
 
char word [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 61 of file spell.h.

Field Documentation

◆ affix

int spell_struct::affix

Definition at line 74 of file spell.h.

◆ 

struct { ... } spell_struct::d

Referenced by mkSPNode(), and NISortDictionary().

◆ flag

char* spell_struct::flag

Definition at line 69 of file spell.h.

Referenced by NIAddSpell(), and NISortDictionary().

◆ len

int spell_struct::len

Definition at line 76 of file spell.h.

◆ 

union { ... } spell_struct::p

◆ word

char spell_struct::word[FLEXIBLE_ARRAY_MEMBER]

Definition at line 79 of file spell.h.

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


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