Searched refs:reg_error_t (Results 1 – 1 of 1) sorted by relevance
130 typedef unsigned reg_error_t; typedef131 typedef reg_error_t reg_errcode_t; /* backwards compatibility */133 static const reg_error_t REG_NOERROR = 0; /* Success. */134 static const reg_error_t REG_NOMATCH = 1; /* Didn't find a match (for regexec). */138 static const reg_error_t REG_BADPAT = 2; /* Invalid pattern. */139 static const reg_error_t REG_ECOLLATE = 3; /* Undefined collating element. */140 static const reg_error_t REG_ECTYPE = 4; /* Invalid character class name. */141 static const reg_error_t REG_EESCAPE = 5; /* Trailing backslash. */142 static const reg_error_t REG_ESUBREG = 6; /* Invalid back reference. */143 static const reg_error_t REG_EBRACK = 7; /* Unmatched left bracket. */[all …]