154 |
REG_BADPAT, /* \c must be followed by an ASCII character */ |
REG_BADPAT, /* \c must be followed by an ASCII character */ |
155 |
REG_BADPAT, /* \k is not followed by a braced, angle-bracketed, or quoted name */ |
REG_BADPAT, /* \k is not followed by a braced, angle-bracketed, or quoted name */ |
156 |
/* 70 */ |
/* 70 */ |
157 |
REG_BADPAT, /* internal error: unknown opcode in find_fixedlength() */ |
REG_BADPAT, /* internal error: unknown opcode in find_fixedlength() */ |
158 |
REG_BADPAT, /* Not allowed UTF-8 / UTF-16 code point (>= 0xd800 && <= 0xdfff) */ |
REG_BADPAT, /* \N is not supported in a class */ |
159 |
|
REG_BADPAT, /* too many forward references */ |
160 |
|
REG_BADPAT, /* disallowed UTF-8/16 code point (>= 0xd800 && <= 0xdfff) */ |
161 |
}; |
}; |
162 |
|
|
163 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |