1210 |
OP_EOD must correspond in order to the list of escapes immediately above. |
OP_EOD must correspond in order to the list of escapes immediately above. |
1211 |
|
|
1212 |
*** NOTE NOTE NOTE *** Whenever this list is updated, the two macro definitions |
*** NOTE NOTE NOTE *** Whenever this list is updated, the two macro definitions |
1213 |
that follow must also be updated to match. There is also a table called |
that follow must also be updated to match. There are also tables called |
1214 |
"coptable" in pcre_dfa_exec.c that must be updated. */ |
"coptable" and "poptable" in pcre_dfa_exec.c that must be updated. */ |
1215 |
|
|
1216 |
enum { |
enum { |
1217 |
OP_END, /* 0 End of pattern */ |
OP_END, /* 0 End of pattern */ |
1376 |
OP_SKIPZERO /* 114 */ |
OP_SKIPZERO /* 114 */ |
1377 |
}; |
}; |
1378 |
|
|
1379 |
|
/* *** NOTE NOTE NOTE *** Whenever the list above is updated, the two macro |
1380 |
|
definitions that follow must also be updated to match. There are also tables |
1381 |
|
called "coptable" cna "poptable" in pcre_dfa_exec.c that must be updated. */ |
1382 |
|
|
1383 |
|
|
1384 |
/* This macro defines textual names for all the opcodes. These are used only |
/* This macro defines textual names for all the opcodes. These are used only |
1385 |
for debugging. The macro is referenced only in pcre_printint.c. */ |
for debugging. The macro is referenced only in pcre_printint.c. */ |