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

/freebsd-13-stable/contrib/nvi/regex/
H A Dregex.h85 #define REG_EMPTY 14 macro
H A Dregerror.c78 = #define REG_EMPTY 14
102 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
H A Dregcomp.c307 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
391 SETERROR(REG_EMPTY);
486 (void)REQUIRE(MORE(), REG_EMPTY); local
534 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local
/freebsd-13-stable/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 */ local
491 SETERROR(REG_EMPTY);
613 REQUIRE(MORE(), REG_EMPTY); local
653 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local
/freebsd-13-stable/include/
H A Dregex.h91 #define REG_EMPTY 14 macro
/freebsd-13-stable/lib/libc/regex/
H A Dregerror.c79 = #define REG_EMPTY 14
104 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
H A Dregcomp.c459 SETERROR(REG_EMPTY);
626 (void)REQUIRE(MORE(), REG_EMPTY); local
695 SETERROR(REG_EMPTY);
788 (void) REQUIRE(p->gnuext || HERE() != bc.start, REG_EMPTY);

Completed in 124 milliseconds