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

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregex_impl.h79 #define REG_EMPTY 14 macro
H A Dregcomp.c270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
477 REQUIRE(MORE(), REG_EMPTY); local
517 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregex.h89 #define REG_EMPTY 14 macro
H A Dregcomp.c322 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
503 (void)REQUIRE(MORE(), REG_EMPTY); local
553 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local
/freebsd-10.0-release/include/
H A Dregex.h88 #define REG_EMPTY 14 macro
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c310 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
494 (void)REQUIRE(MORE(), REG_EMPTY); local
534 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local

Completed in 179 milliseconds