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

/freebsd-10-stable/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-10-stable/contrib/nvi/regex/
H A Dregex.h89 #define REG_EMPTY 14 macro
H A Dregerror.c82 = #define REG_EMPTY 14
106 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
H A Dregcomp.c322 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
407 SETERROR(REG_EMPTY);
503 (void)REQUIRE(MORE(), REG_EMPTY); local
553 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local
/freebsd-10-stable/include/
H A Dregex.h88 #define REG_EMPTY 14 macro
/freebsd-10-stable/lib/libc/regex/
H A Dregerror.c77 = #define REG_EMPTY 14
102 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
H A Dregcomp.c326 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ local
412 SETERROR(REG_EMPTY);
522 (void)REQUIRE(MORE(), REG_EMPTY); local
562 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ local

Completed in 118 milliseconds