Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/nvi/regex/
HDregex.h85 #define REG_EMPTY 14 macro
HDregerror.c102 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
HDregcomp.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-11-stable/contrib/llvm-project/llvm/lib/Support/
HDregex_impl.h79 #define REG_EMPTY 14 macro
HDregerror.c72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
HDregcomp.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-11-stable/include/
HDregex.h88 #define REG_EMPTY 14 macro
/freebsd-11-stable/lib/libc/regex/
HDregerror.c102 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
HDregcomp.c410 SETERROR(REG_EMPTY); in p_ere_exp()
521 (void)REQUIRE(MORE(), REG_EMPTY); in p_str()
588 SETERROR(REG_EMPTY); in p_branch_empty()
681 (void) REQUIRE(HERE() != bc.start, REG_EMPTY); in p_re()