80 |
REG_BADPAT, /* "assertion expected after (?(" */ |
REG_BADPAT, /* "assertion expected after (?(" */ |
81 |
REG_BADPAT, /* "(?p must be followed by )" */ |
REG_BADPAT, /* "(?p must be followed by )" */ |
82 |
REG_ECTYPE, /* "unknown POSIX class name" */ |
REG_ECTYPE, /* "unknown POSIX class name" */ |
83 |
REG_BADPAT /* "POSIX collating elements are not supported" */ |
REG_BADPAT, /* "POSIX collating elements are not supported" */ |
84 |
|
REG_INVARG, /* "this version of PCRE is not compiled with PCRE_UTF8 support" */ |
85 |
|
REG_BADPAT, /* "characters with values > 255 are not yet supported in classes" */ |
86 |
|
REG_BADPAT, /* "character value in \x{...} sequence is too large" */ |
87 |
|
REG_BADPAT /* "invalid condition (?(0)" */ |
88 |
}; |
}; |
89 |
|
|
90 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |