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

/freebsd-9.3-release/contrib/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.c270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
355 SETERROR(REG_EMPTY);
477 REQUIRE(MORE(), REG_EMPTY); local
517 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local
/freebsd-9.3-release/include/
H A Dregex.h88 #define REG_EMPTY 14 macro
/freebsd-9.3-release/lib/libc/regex/
H A Dregerror.c77 = #define REG_EMPTY 14
102 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
H A Dregcomp.c310 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
396 SETERROR(REG_EMPTY);
494 (void)REQUIRE(MORE(), REG_EMPTY); local
534 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local

Completed in 48 milliseconds