Searched refs:REG_EMPTY (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regex_impl.h | 79 #define REG_EMPTY 14 macro
|
H A D | regerror.c | 72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
|
H A D | regcomp.c | 406 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 491 SETERROR(REG_EMPTY); in p_ere_exp() 613 REQUIRE(MORE(), REG_EMPTY); in p_str() 653 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre()
|
/freebsd/contrib/nvi/regex/ |
H A D | regex.h | 85 #define REG_EMPTY 14 macro
|
H A D | regerror.c | 102 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
|
H A D | regcomp.c | 307 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere() 391 SETERROR(REG_EMPTY); in p_ere_exp() 486 (void)REQUIRE(MORE(), REG_EMPTY); in p_str() 534 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre()
|
/freebsd/include/ |
H A D | regex.h | 88 #define REG_EMPTY 14 macro
|
/freebsd/lib/libc/regex/ |
H A D | regerror.c | 96 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
|
H A D | regcomp.c | 451 SETERROR(REG_EMPTY); in p_ere_exp() 633 (void)REQUIRE(MORE(), REG_EMPTY); in p_str() 702 SETERROR(REG_EMPTY); in p_branch_empty() 795 (void) REQUIRE(p->gnuext || HERE() != bc.start, REG_EMPTY); in p_re()
|