xapian-core  1.4.25
syswords.h
Go to the documentation of this file.
1 static const struct system_word vocab[82+1] = {
2  { 0, (const byte *)"", 82+1},
3 
4  { 1, (const byte *)"$", c_dollar },
5  { 1, (const byte *)"(", c_bra },
6  { 1, (const byte *)")", c_ket },
7  { 1, (const byte *)"*", c_multiply },
8  { 1, (const byte *)"+", c_plus },
9  { 1, (const byte *)"-", c_minus },
10  { 1, (const byte *)"/", c_divide },
11  { 1, (const byte *)"<", c_ls },
12  { 1, (const byte *)"=", c_assign },
13  { 1, (const byte *)">", c_gr },
14  { 1, (const byte *)"?", c_debug },
15  { 1, (const byte *)"[", c_leftslice },
16  { 1, (const byte *)"]", c_rightslice },
17  { 2, (const byte *)"!=", c_ne },
18  { 2, (const byte *)"*=", c_multiplyassign },
19  { 2, (const byte *)"+=", c_plusassign },
20  { 2, (const byte *)"-=", c_minusassign },
21  { 2, (const byte *)"->", c_sliceto },
22  { 2, (const byte *)"/*", c_comment2 },
23  { 2, (const byte *)"//", c_comment1 },
24  { 2, (const byte *)"/=", c_divideassign },
25  { 2, (const byte *)"<+", c_insert },
26  { 2, (const byte *)"<-", c_slicefrom },
27  { 2, (const byte *)"<=", c_le },
28  { 2, (const byte *)"==", c_eq },
29  { 2, (const byte *)"=>", c_assignto },
30  { 2, (const byte *)">=", c_ge },
31  { 2, (const byte *)"as", c_as },
32  { 2, (const byte *)"do", c_do },
33  { 2, (const byte *)"or", c_or },
34  { 3, (const byte *)"and", c_and },
35  { 3, (const byte *)"for", c_for },
36  { 3, (const byte *)"get", c_get },
37  { 3, (const byte *)"hex", c_hex },
38  { 3, (const byte *)"hop", c_hop },
39  { 3, (const byte *)"len", c_len },
40  { 3, (const byte *)"non", c_non },
41  { 3, (const byte *)"not", c_not },
42  { 3, (const byte *)"set", c_set },
43  { 3, (const byte *)"try", c_try },
44  { 4, (const byte *)"fail", c_fail },
45  { 4, (const byte *)"goto", c_goto },
46  { 4, (const byte *)"loop", c_loop },
47  { 4, (const byte *)"next", c_next },
48  { 4, (const byte *)"size", c_size },
49  { 4, (const byte *)"test", c_test },
50  { 4, (const byte *)"true", c_true },
51  { 5, (const byte *)"among", c_among },
52  { 5, (const byte *)"false", c_false },
53  { 5, (const byte *)"lenof", c_lenof },
54  { 5, (const byte *)"limit", c_limit },
55  { 5, (const byte *)"unset", c_unset },
56  { 6, (const byte *)"atmark", c_atmark },
57  { 6, (const byte *)"attach", c_attach },
58  { 6, (const byte *)"cursor", c_cursor },
59  { 6, (const byte *)"define", c_define },
60  { 6, (const byte *)"delete", c_delete },
61  { 6, (const byte *)"gopast", c_gopast },
62  { 6, (const byte *)"insert", c_insert },
63  { 6, (const byte *)"maxint", c_maxint },
64  { 6, (const byte *)"minint", c_minint },
65  { 6, (const byte *)"repeat", c_repeat },
66  { 6, (const byte *)"sizeof", c_sizeof },
67  { 6, (const byte *)"tomark", c_tomark },
68  { 7, (const byte *)"atleast", c_atleast },
69  { 7, (const byte *)"atlimit", c_atlimit },
70  { 7, (const byte *)"decimal", c_decimal },
71  { 7, (const byte *)"reverse", c_reverse },
72  { 7, (const byte *)"setmark", c_setmark },
73  { 7, (const byte *)"strings", c_strings },
74  { 7, (const byte *)"tolimit", c_tolimit },
75  { 8, (const byte *)"booleans", c_booleans },
76  { 8, (const byte *)"integers", c_integers },
77  { 8, (const byte *)"routines", c_routines },
78  { 8, (const byte *)"setlimit", c_setlimit },
79  { 9, (const byte *)"backwards", c_backwards },
80  { 9, (const byte *)"externals", c_externals },
81  { 9, (const byte *)"groupings", c_groupings },
82  { 9, (const byte *)"stringdef", c_stringdef },
83  { 9, (const byte *)"substring", c_substring },
84  { 12, (const byte *)"backwardmode", c_backwardmode },
85  { 13, (const byte *)"stringescapes", c_stringescapes }
86 };
Definition: header.h:96
Definition: header.h:90
Definition: header.h:86
Definition: header.h:84
Definition: header.h:84
Definition: header.h:88
unsigned char byte
Definition: header.h:5
static const struct system_word vocab[82+1]
Definition: syswords.h:1
Definition: header.h:89
Definition: header.h:90
Definition: header.h:88
Definition: header.h:91
Definition: header.h:92
Definition: header.h:96
Definition: header.h:89
Definition: header.h:90
Definition: header.h:94
Definition: header.h:94
Definition: header.h:91
Definition: header.h:90
Definition: header.h:86
Definition: header.h:92
Definition: header.h:88
Definition: header.h:89
Definition: header.h:88
Definition: header.h:90
Definition: header.h:89
Definition: header.h:92
Definition: header.h:92
Definition: header.h:90
Definition: header.h:87
Definition: header.h:96
Definition: header.h:88
Definition: header.h:92
Definition: header.h:96
Definition: header.h:84
Definition: header.h:92
Definition: header.h:88