Files for 2.1b1 distribution.
[python/dscho.git] / Modules / sre_constants.h
blobc6850ad69bec2ae28c5c5e71092546d80fb29038
1 /*
2 * Secret Labs' Regular Expression Engine
4 * regular expression matching engine
6 * NOTE: This file is generated by sre_constants.py. If you need
7 * to change anything in here, edit sre_constants.py and run it.
9 * Copyright (c) 1997-2001 by Secret Labs AB. All rights reserved.
11 * See the _sre.c file for information on usage and redistribution.
14 #define SRE_MAGIC 20010115
15 #define SRE_OP_FAILURE 0
16 #define SRE_OP_SUCCESS 1
17 #define SRE_OP_ANY 2
18 #define SRE_OP_ANY_ALL 3
19 #define SRE_OP_ASSERT 4
20 #define SRE_OP_ASSERT_NOT 5
21 #define SRE_OP_AT 6
22 #define SRE_OP_BRANCH 7
23 #define SRE_OP_CALL 8
24 #define SRE_OP_CATEGORY 9
25 #define SRE_OP_CHARSET 10
26 #define SRE_OP_GROUPREF 11
27 #define SRE_OP_GROUPREF_IGNORE 12
28 #define SRE_OP_IN 13
29 #define SRE_OP_IN_IGNORE 14
30 #define SRE_OP_INFO 15
31 #define SRE_OP_JUMP 16
32 #define SRE_OP_LITERAL 17
33 #define SRE_OP_LITERAL_IGNORE 18
34 #define SRE_OP_MARK 19
35 #define SRE_OP_MAX_UNTIL 20
36 #define SRE_OP_MIN_UNTIL 21
37 #define SRE_OP_NOT_LITERAL 22
38 #define SRE_OP_NOT_LITERAL_IGNORE 23
39 #define SRE_OP_NEGATE 24
40 #define SRE_OP_RANGE 25
41 #define SRE_OP_REPEAT 26
42 #define SRE_OP_REPEAT_ONE 27
43 #define SRE_OP_SUBPATTERN 28
44 #define SRE_AT_BEGINNING 0
45 #define SRE_AT_BEGINNING_LINE 1
46 #define SRE_AT_BEGINNING_STRING 2
47 #define SRE_AT_BOUNDARY 3
48 #define SRE_AT_NON_BOUNDARY 4
49 #define SRE_AT_END 5
50 #define SRE_AT_END_LINE 6
51 #define SRE_AT_END_STRING 7
52 #define SRE_CATEGORY_DIGIT 0
53 #define SRE_CATEGORY_NOT_DIGIT 1
54 #define SRE_CATEGORY_SPACE 2
55 #define SRE_CATEGORY_NOT_SPACE 3
56 #define SRE_CATEGORY_WORD 4
57 #define SRE_CATEGORY_NOT_WORD 5
58 #define SRE_CATEGORY_LINEBREAK 6
59 #define SRE_CATEGORY_NOT_LINEBREAK 7
60 #define SRE_CATEGORY_LOC_WORD 8
61 #define SRE_CATEGORY_LOC_NOT_WORD 9
62 #define SRE_CATEGORY_UNI_DIGIT 10
63 #define SRE_CATEGORY_UNI_NOT_DIGIT 11
64 #define SRE_CATEGORY_UNI_SPACE 12
65 #define SRE_CATEGORY_UNI_NOT_SPACE 13
66 #define SRE_CATEGORY_UNI_WORD 14
67 #define SRE_CATEGORY_UNI_NOT_WORD 15
68 #define SRE_CATEGORY_UNI_LINEBREAK 16
69 #define SRE_CATEGORY_UNI_NOT_LINEBREAK 17
70 #define SRE_FLAG_TEMPLATE 1
71 #define SRE_FLAG_IGNORECASE 2
72 #define SRE_FLAG_LOCALE 4
73 #define SRE_FLAG_MULTILINE 8
74 #define SRE_FLAG_DOTALL 16
75 #define SRE_FLAG_UNICODE 32
76 #define SRE_FLAG_VERBOSE 64
77 #define SRE_INFO_PREFIX 1
78 #define SRE_INFO_LITERAL 2
79 #define SRE_INFO_CHARSET 4