|
PostgreSQL Source Code git master
|
Data Fields | |
| int | type |
| char * | lemm |
| int | lenlemm |
| struct ParsedLex * | next |
Definition at line 27 of file ts_parse.c.
| char* ParsedLex::lemm |
Definition at line 30 of file ts_parse.c.
Referenced by addHLParsedLex(), LexizeAddLemm(), and LexizeExec().
| int ParsedLex::lenlemm |
Definition at line 31 of file ts_parse.c.
Referenced by addHLParsedLex(), LexizeAddLemm(), and LexizeExec().
| struct ParsedLex* ParsedLex::next |
Definition at line 32 of file ts_parse.c.
Referenced by addHLParsedLex(), LexizeExec(), LPLAddTail(), moveToWaste(), and setCorrLex().
| int ParsedLex::type |
Definition at line 29 of file ts_parse.c.
Referenced by addHLParsedLex(), LexizeAddLemm(), and LexizeExec().