Searched defs:REG_EMPTY (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/include/
H A Dregex.h91 #define REG_EMPTY 14 macro
/freebsd-13-stable/contrib/nvi/regex/
H A Dregex.h85 #define REG_EMPTY 14 macro
H A Dregcomp.c307 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
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 Dregcomp.c406 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
613 REQUIRE(MORE(), REG_EMPTY); local
653 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c626 (void)REQUIRE(MORE(), REG_EMPTY); local

Completed in 119 milliseconds