1 /* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
2 This file is built by regcomp.pl from regcomp.sym.
3 Any changes made here will be lost!
6 #define END 0 /* 0 End of program. */
7 #define SUCCEED 1 /* 0x1 Return from a subroutine, basically. */
8 #define BOL 2 /* 0x2 Match "" at beginning of line. */
9 #define MBOL 3 /* 0x3 Same, assuming multiline. */
10 #define SBOL 4 /* 0x4 Same, assuming singleline. */
11 #define EOS 5 /* 0x5 Match "" at end of string. */
12 #define EOL 6 /* 0x6 Match "" at end of line. */
13 #define MEOL 7 /* 0x7 Same, assuming multiline. */
14 #define SEOL 8 /* 0x8 Same, assuming singleline. */
15 #define BOUND 9 /* 0x9 Match "" at any word boundary */
16 #define BOUNDL 10 /* 0xa Match "" at any word boundary */
17 #define NBOUND 11 /* 0xb Match "" at any word non-boundary */
18 #define NBOUNDL 12 /* 0xc Match "" at any word non-boundary */
19 #define GPOS 13 /* 0xd Matches where last m//g left off. */
20 #define REG_ANY 14 /* 0xe Match any one character (except newline). */
21 #define SANY 15 /* 0xf Match any one character. */
22 #define CANY 16 /* 0x10 Match any one byte. */
23 #define ANYOF 17 /* 0x11 Match character in (or not in) this class. */
24 #define ALNUM 18 /* 0x12 Match any alphanumeric character */
25 #define ALNUML 19 /* 0x13 Match any alphanumeric char in locale */
26 #define NALNUM 20 /* 0x14 Match any non-alphanumeric character */
27 #define NALNUML 21 /* 0x15 Match any non-alphanumeric char in locale */
28 #define SPACE 22 /* 0x16 Match any whitespace character */
29 #define SPACEL 23 /* 0x17 Match any whitespace char in locale */
30 #define NSPACE 24 /* 0x18 Match any non-whitespace character */
31 #define NSPACEL 25 /* 0x19 Match any non-whitespace char in locale */
32 #define DIGIT 26 /* 0x1a Match any numeric character */
33 #define DIGITL 27 /* 0x1b Match any numeric character in locale */
34 #define NDIGIT 28 /* 0x1c Match any non-numeric character */
35 #define NDIGITL 29 /* 0x1d Match any non-numeric character in locale */
36 #define CLUMP 30 /* 0x1e Match any combining character sequence */
37 #define BRANCH 31 /* 0x1f Match this alternative, or the next... */
38 #define BACK 32 /* 0x20 Match "", "next" ptr points backward. */
39 #define EXACT 33 /* 0x21 Match this string (preceded by length). */
40 #define EXACTF 34 /* 0x22 Match this string, folded (prec. by length). */
41 #define EXACTFL 35 /* 0x23 Match this string, folded in locale (w/len). */
42 #define NOTHING 36 /* 0x24 Match empty string. */
43 #define TAIL 37 /* 0x25 Match empty string. Can jump here from outside. */
44 #define STAR 38 /* 0x26 Match this (simple) thing 0 or more times. */
45 #define PLUS 39 /* 0x27 Match this (simple) thing 1 or more times. */
46 #define CURLY 40 /* 0x28 Match this simple thing {n,m} times. */
47 #define CURLYN 41 /* 0x29 Match next-after-this simple thing */
48 #define CURLYM 42 /* 0x2a Match this medium-complex thing {n,m} times. */
49 #define CURLYX 43 /* 0x2b Match this complex thing {n,m} times. */
50 #define WHILEM 44 /* 0x2c Do curly processing and see if rest matches. */
51 #define OPEN 45 /* 0x2d Mark this point in input as start of #n. */
52 #define CLOSE 46 /* 0x2e Analogous to OPEN. */
53 #define REF 47 /* 0x2f Match some already matched string */
54 #define REFF 48 /* 0x30 Match already matched string, folded */
55 #define REFFL 49 /* 0x31 Match already matched string, folded in loc. */
56 #define IFMATCH 50 /* 0x32 Succeeds if the following matches. */
57 #define UNLESSM 51 /* 0x33 Fails if the following matches. */
58 #define SUSPEND 52 /* 0x34 "Independent" sub-RE. */
59 #define IFTHEN 53 /* 0x35 Switch, should be preceeded by switcher . */
60 #define GROUPP 54 /* 0x36 Whether the group matched. */
61 #define LONGJMP 55 /* 0x37 Jump far away. */
62 #define BRANCHJ 56 /* 0x38 BRANCH with long offset. */
63 #define EVAL 57 /* 0x39 Execute some Perl code. */
64 #define MINMOD 58 /* 0x3a Next operator is not greedy. */
65 #define LOGICAL 59 /* 0x3b Next opcode should set the flag only. */
66 #define RENUM 60 /* 0x3c Group with independently numbered parens. */
67 #define OPTIMIZED 61 /* 0x3d Placeholder for dump. */
70 EXTCONST U8 PL_regkind[];
72 EXTCONST U8 PL_regkind[] = {
87 REG_ANY, /* REG_ANY */
102 NDIGIT, /* NDIGITL */
109 NOTHING, /* NOTHING */
123 BRANCHJ, /* IFMATCH */
124 BRANCHJ, /* UNLESSM */
125 BRANCHJ, /* SUSPEND */
126 BRANCHJ, /* IFTHEN */
128 LONGJMP, /* LONGJMP */
129 BRANCHJ, /* BRANCHJ */
132 LOGICAL, /* LOGICAL */
134 NOTHING, /* OPTIMIZED */
140 static const U8 regarglen[] = {
181 EXTRA_SIZE(struct regnode_2), /* CURLY */
182 EXTRA_SIZE(struct regnode_2), /* CURLYN */
183 EXTRA_SIZE(struct regnode_2), /* CURLYM */
184 EXTRA_SIZE(struct regnode_2), /* CURLYX */
186 EXTRA_SIZE(struct regnode_1), /* OPEN */
187 EXTRA_SIZE(struct regnode_1), /* CLOSE */
188 EXTRA_SIZE(struct regnode_1), /* REF */
189 EXTRA_SIZE(struct regnode_1), /* REFF */
190 EXTRA_SIZE(struct regnode_1), /* REFFL */
191 EXTRA_SIZE(struct regnode_1), /* IFMATCH */
192 EXTRA_SIZE(struct regnode_1), /* UNLESSM */
193 EXTRA_SIZE(struct regnode_1), /* SUSPEND */
194 EXTRA_SIZE(struct regnode_1), /* IFTHEN */
195 EXTRA_SIZE(struct regnode_1), /* GROUPP */
196 EXTRA_SIZE(struct regnode_1), /* LONGJMP */
197 EXTRA_SIZE(struct regnode_1), /* BRANCHJ */
198 EXTRA_SIZE(struct regnode_1), /* EVAL */
201 EXTRA_SIZE(struct regnode_1), /* RENUM */
205 static const char reg_off_by_arg[] = {
271 static const char * const reg_name[] = {
293 "NALNUML", /* 0x15 */
297 "NSPACEL", /* 0x19 */
301 "NDIGITL", /* 0x1d */
307 "EXACTFL", /* 0x23 */
308 "NOTHING", /* 0x24 */
322 "IFMATCH", /* 0x32 */
323 "UNLESSM", /* 0x33 */
324 "SUSPEND", /* 0x34 */
327 "LONGJMP", /* 0x37 */
328 "BRANCHJ", /* 0x38 */
331 "LOGICAL", /* 0x3b */
333 "OPTIMIZED", /* 0x3d */
336 static const int reg_num = 62;
338 #endif /* DEBUGGING */
339 #endif /* REG_COMP_C */