124 |
REG_INVARG, /* inconsistent NEWLINE options */ |
REG_INVARG, /* inconsistent NEWLINE options */ |
125 |
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 */ |
126 |
REG_BADPAT, /* (?+ or (?- must be followed by a non-zero number */ |
REG_BADPAT, /* (?+ or (?- must be followed by a non-zero number */ |
127 |
REG_BADPAT /* number is too big */ |
REG_BADPAT, /* number is too big */ |
128 |
|
REG_BADPAT /* subpattern name expected after (?& */ |
129 |
}; |
}; |
130 |
|
|
131 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |