| 135 |
REG_INVARG, /* inconsistent NEWLINE options */ |
REG_INVARG, /* inconsistent NEWLINE options */ |
| 136 |
REG_BADPAT, /* \g is not followed followed by an (optionally braced) non-zero number */ |
REG_BADPAT, /* \g is not followed followed by an (optionally braced) non-zero number */ |
| 137 |
REG_BADPAT, /* a numbered reference must not be zero */ |
REG_BADPAT, /* a numbered reference must not be zero */ |
| 138 |
REG_BADPAT, /* (*VERB) with an argument is not supported */ |
REG_BADPAT, /* an argument is not allowed for (*ACCEPT), (*FAIL), or (*COMMIT) */ |
| 139 |
/* 60 */ |
/* 60 */ |
| 140 |
REG_BADPAT, /* (*VERB) not recognized */ |
REG_BADPAT, /* (*VERB) not recognized */ |
| 141 |
REG_BADPAT, /* number is too big */ |
REG_BADPAT, /* number is too big */ |
| 143 |
REG_BADPAT, /* digit expected after (?+ */ |
REG_BADPAT, /* digit expected after (?+ */ |
| 144 |
REG_BADPAT, /* ] is an invalid data character in JavaScript compatibility mode */ |
REG_BADPAT, /* ] is an invalid data character in JavaScript compatibility mode */ |
| 145 |
/* 65 */ |
/* 65 */ |
| 146 |
REG_BADPAT /* different names for subpatterns of the same number are not allowed */ |
REG_BADPAT, /* different names for subpatterns of the same number are not allowed */ |
| 147 |
|
REG_BADPAT, /* (*MARK) must have an argument */ |
| 148 |
}; |
}; |
| 149 |
|
|
| 150 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |