aboutsummaryrefslogtreecommitdiff
path: root/contrib/tsearch/deflex.h
blob: 7fbd84adf119653862df2aff986352a51958796a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef __DEFLEX_H__
#define __DEFLEX_H__

/* rememder !!!! */
#define LASTNUM		19

#define LATWORD		1
#define NONLATINWORD	2
#define UWORD		3
#define EMAIL		4
#define FURL		5
#define HOST		6
#define FLOAT		7
#define FINT		8
#define PARTWORD	9
#define NONLATINPARTWORD	10
#define LATPARTWORD		11
#define SPACE		12
#define SYMTAG		13
#define HTTP		14
#define DEFISWORD	15
#define DEFISLATWORD	16
#define DEFISNONLATINWORD	17
#define URI		18
#define FILEPATH	19

extern const char *descr[];
#endif