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

/netbsd-current/external/bsd/nvi/dist/regex/
H A Dregex.h89 #define REG_EMPTY 14 macro
H A Dregcomp.c326 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
507 (void)REQUIRE(MORE(), REG_EMPTY); local
557 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/include/
H A Dregex.h120 #define REG_EMPTY 14 macro
/netbsd-current/lib/libc/regex/
H A Dregcomp.c694 (void)REQUIRE(MORE(), REG_EMPTY); local

Completed in 97 milliseconds