|
PostgreSQL Source Code git master
|
#include <spell.h>
Data Fields | ||
| const char * | flag | |
| uint32 | type:1 | |
| uint32 | flagflags:7 | |
| uint32 | issimple:1 | |
| uint32 | isregis:1 | |
| uint32 | replen:14 | |
| const char * | find | |
| const char * | repl | |
| union { | ||
| regex_t * pregex | ||
| Regis regis | ||
| } | reg | |
Definition at line 96 of file spell.h.
Referenced by CheckAffix(), and NIAddAffix().
Definition at line 89 of file spell.h.
Referenced by NIAddAffix(), NISortAffixes(), and NormalizeSubWord().
| uint32 aff_struct::flagflags |
Definition at line 92 of file spell.h.
Referenced by CheckAffix(), NIAddAffix(), NISortAffixes(), and NormalizeSubWord().
| uint32 aff_struct::isregis |
Definition at line 94 of file spell.h.
Referenced by CheckAffix(), and NIAddAffix().
| uint32 aff_struct::issimple |
Definition at line 93 of file spell.h.
Referenced by CheckAffix(), and NIAddAffix().
| regex_t* aff_struct::pregex |
Definition at line 105 of file spell.h.
Referenced by CheckAffix(), and NIAddAffix().
| union { ... } aff_struct::reg |
Referenced by CheckAffix(), and NIAddAffix().
| Regis aff_struct::regis |
Definition at line 106 of file spell.h.
Referenced by CheckAffix(), and NIAddAffix().
Definition at line 97 of file spell.h.
Referenced by NIAddAffix(), and NISortAffixes().
| uint32 aff_struct::replen |
Definition at line 95 of file spell.h.
Referenced by CheckAffix(), NIAddAffix(), and NISortAffixes().
| uint32 aff_struct::type |
Definition at line 91 of file spell.h.
Referenced by CheckAffix(), NIAddAffix(), and NISortAffixes().