| 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, /* \N is not supported in a class */ |
REG_BADPAT, /* \N is not supported in a class */ |
| 159 |
REG_BADPAT, /* too many forward references */ |
REG_BADPAT, /* too many forward references */ |
| 160 |
}; |
}; |
| 161 |
|
|
| 162 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |