Home
last modified time | relevance | path

Searched refs:REG_EMPTY (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h79 #define REG_EMPTY 14 macro
H A Dregerror.c72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
H A Dregcomp.c406 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere()
491 SETERROR(REG_EMPTY); in p_ere_exp()
613 REQUIRE(MORE(), REG_EMPTY); in p_str()
653 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre()
/freebsd/contrib/nvi/regex/
H A Dregex.h85 #define REG_EMPTY 14 macro
H A Dregerror.c102 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
H A Dregcomp.c307 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere()
391 SETERROR(REG_EMPTY); in p_ere_exp()
486 (void)REQUIRE(MORE(), REG_EMPTY); in p_str()
534 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre()
/freebsd/include/
H A Dregex.h88 #define REG_EMPTY 14 macro
/freebsd/lib/libc/regex/
H A Dregerror.c96 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
H A Dregcomp.c451 SETERROR(REG_EMPTY); in p_ere_exp()
633 (void)REQUIRE(MORE(), REG_EMPTY); in p_str()
702 SETERROR(REG_EMPTY); in p_branch_empty()
795 (void) REQUIRE(p->gnuext || HERE() != bc.start, REG_EMPTY); in p_re()