Home
last modified time | relevance | path

Searched refs:REG_BADRPT (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dregex.h87 #define REG_BADRPT 13 macro
Dregerror.c66 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
Dregcomp.c351 SETERROR(REG_BADRPT); in p_ere_exp()
368 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp()
384 REQUIRE(!wascaret, REG_BADRPT); in p_ere_exp()
432 SETERROR(REG_BADRPT); in p_ere_exp()
518 SETERROR(REG_BADRPT); in p_simp_re()
564 REQUIRE(starordinary, REG_BADRPT); in p_simp_re()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h417 #define REG_BADRPT _REG_BADRPT macro
Dregcomp.c2278 *err = REG_BADRPT; in parse_expression()
2287 *err = REG_BADRPT; in parse_expression()
2416 *err = REG_BADRPT; in parse_expression()