REG_BADPAT        167 ereg/regex/main.c 	ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
REG_BADPAT        173 ereg/regex/main.c 	ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
REG_BADPAT        180 ereg/regex/main.c 	ne = regerror(REG_ITOA|REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
REG_BADPAT        188 ereg/regex/main.c 	if (atoi(erbuf) != (int)REG_BADPAT) {
REG_BADPAT        190 ereg/regex/main.c 						erbuf, (long)REG_BADPAT);
REG_BADPAT        194 ereg/regex/main.c 						erbuf, (long)REG_BADPAT);
REG_BADPAT         41 ereg/regex/regerror.c 	{REG_BADPAT,	"REG_BADPAT",	"invalid regular expression"},
REG_BADPAT        128 ereg/regex/regexec.c 		return(REG_BADPAT);
REG_BADPAT        131 ereg/regex/regexec.c 		return(REG_BADPAT);
REG_BADPAT         78 mbstring/oniguruma/regposix.c     { ONIGERR_META_CODE_SYNTAX,                           REG_BADPAT  },
REG_BADPAT         79 mbstring/oniguruma/regposix.c     { ONIGERR_CONTROL_CODE_SYNTAX,                        REG_BADPAT  },
REG_BADPAT         88 mbstring/oniguruma/regposix.c     { ONIGERR_END_PATTERN_IN_GROUP,                       REG_BADPAT  },
REG_BADPAT         89 mbstring/oniguruma/regposix.c     { ONIGERR_UNDEFINED_GROUP_OPTION,                     REG_BADPAT  },
REG_BADPAT         90 mbstring/oniguruma/regposix.c     { ONIGERR_INVALID_POSIX_BRACKET_TYPE,                 REG_BADPAT  },
REG_BADPAT         91 mbstring/oniguruma/regposix.c     { ONIGERR_INVALID_LOOK_BEHIND_PATTERN,                REG_BADPAT  },
REG_BADPAT         92 mbstring/oniguruma/regposix.c     { ONIGERR_INVALID_REPEAT_RANGE_PATTERN,               REG_BADPAT  },
REG_BADPAT         93 mbstring/oniguruma/regposix.c     { ONIGERR_TOO_BIG_NUMBER,                             REG_BADPAT  },
REG_BADPAT         99 mbstring/oniguruma/regposix.c     { ONIGERR_TOO_SHORT_MULTI_BYTE_STRING,                REG_BADPAT  },
REG_BADPAT        102 mbstring/oniguruma/regposix.c     { ONIGERR_NUMBERED_BACKREF_OR_CALL_NOT_ALLOWED,       REG_BADPAT  },
REG_BADPAT        106 mbstring/oniguruma/regposix.c     { ONIGERR_EMPTY_GROUP_NAME,                           REG_BADPAT },
REG_BADPAT        107 mbstring/oniguruma/regposix.c     { ONIGERR_INVALID_GROUP_NAME,                         REG_BADPAT },
REG_BADPAT        108 mbstring/oniguruma/regposix.c     { ONIGERR_INVALID_CHAR_IN_GROUP_NAME,                 REG_BADPAT },
REG_BADPAT        109 mbstring/oniguruma/regposix.c     { ONIGERR_UNDEFINED_NAME_REFERENCE,                   REG_BADPAT },
REG_BADPAT        110 mbstring/oniguruma/regposix.c     { ONIGERR_UNDEFINED_GROUP_REFERENCE,                  REG_BADPAT },
REG_BADPAT        111 mbstring/oniguruma/regposix.c     { ONIGERR_MULTIPLEX_DEFINED_NAME,                     REG_BADPAT },
REG_BADPAT        112 mbstring/oniguruma/regposix.c     { ONIGERR_MULTIPLEX_DEFINITION_NAME_CALL,             REG_BADPAT },
REG_BADPAT        113 mbstring/oniguruma/regposix.c     { ONIGERR_NEVER_ENDING_RECURSION,                     REG_BADPAT },
REG_BADPAT        114 mbstring/oniguruma/regposix.c     { ONIGERR_GROUP_NUMBER_OVER_FOR_CAPTURE_HISTORY,      REG_BADPAT },
REG_BADPAT        115 mbstring/oniguruma/regposix.c     { ONIGERR_INVALID_CHAR_PROPERTY_NAME,                 REG_BADPAT },
REG_BADPAT         85 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* unrecognized character after (? */
REG_BADPAT         86 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* POSIX named classes are supported only within a class */
REG_BADPAT         99 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* unrecognized character after (?< */
REG_BADPAT        101 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* lookbehind assertion is not fixed length */
REG_BADPAT        102 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* malformed number or name after (?( */
REG_BADPAT        103 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* conditional group contains more than two branches */
REG_BADPAT        104 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* assertion expected after (?( */
REG_BADPAT        105 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* (?R or (?[+-]digits must be followed by ) */
REG_BADPAT        108 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* POSIX collating elements are not supported */
REG_BADPAT        110 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* spare error */
REG_BADPAT        111 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* character value in \x{...} sequence is too large */
REG_BADPAT        113 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* invalid condition (?(0) */
REG_BADPAT        114 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* \C not allowed in lookbehind assertion */
REG_BADPAT        116 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* number after (?C is > 255 */
REG_BADPAT        117 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* closing ) for (?C expected */
REG_BADPAT        119 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* recursive call could loop indefinitely */
REG_BADPAT        120 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* unrecognized character after (?P */
REG_BADPAT        121 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* syntax error in subpattern name (missing terminator) */
REG_BADPAT        122 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* two named subpatterns have the same name */
REG_BADPAT        123 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* invalid UTF-8 string */
REG_BADPAT        125 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* support for \P, \p, and \X has not been compiled */
REG_BADPAT        126 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* malformed \P or \p sequence */
REG_BADPAT        127 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* unknown property name after \P or \p */
REG_BADPAT        128 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* subpattern name is too long (maximum 32 characters) */
REG_BADPAT        129 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* too many named subpatterns (maximum 10,000) */
REG_BADPAT        131 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* repeated subpattern is too long */
REG_BADPAT        132 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* octal value is greater than \377 (not in UTF-8 mode) */
REG_BADPAT        133 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* internal error: overran compiling workspace */
REG_BADPAT        134 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* internal error: previously-checked referenced subpattern not found */
REG_BADPAT        135 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* DEFINE group contains more than one branch */
REG_BADPAT        137 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* repeating a DEFINE group is not allowed */
REG_BADPAT        139 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* \g is not followed followed by an (optionally braced) non-zero number */
REG_BADPAT        140 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* a numbered reference must not be zero */
REG_BADPAT        141 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* an argument is not allowed for (*ACCEPT), (*FAIL), or (*COMMIT) */
REG_BADPAT        143 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* (*VERB) not recognized */
REG_BADPAT        144 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* number is too big */
REG_BADPAT        145 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* subpattern name expected */
REG_BADPAT        146 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* digit expected after (?+ */
REG_BADPAT        147 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* ] is an invalid data character in JavaScript compatibility mode */
REG_BADPAT        149 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* different names for subpatterns of the same number are not allowed */
REG_BADPAT        150 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* (*MARK) must have an argument */
REG_BADPAT        152 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* \c must be followed by an ASCII character */
REG_BADPAT        153 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* \k is not followed by a braced, angle-bracketed, or quoted name */
REG_BADPAT        155 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* internal error: unknown opcode in find_fixedlength() */
REG_BADPAT        156 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* \N is not supported in a class */
REG_BADPAT        157 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* too many forward references */
REG_BADPAT        158 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* disallowed UTF-8/16 code point (>= 0xd800 && <= 0xdfff) */
REG_BADPAT        159 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* invalid UTF-16 string (should not occur) */
REG_BADPAT        161 pcre/pcrelib/pcreposix.c   REG_BADPAT,  /* overlong MARK name */
REG_BADPAT        162 pcre/pcrelib/pcreposix.c   REG_BADPAT   /* character value in \u.... sequence is too large */
REG_BADPAT        279 pcre/pcrelib/pcreposix.c     eint[errorcode] : REG_BADPAT;