Searched refs:REG_EMPTY (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/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-14.2/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-14.2/include/ |
| H A D | regex.h | 90 #define REG_EMPTY 14 macro
|
| /freebsd-14.2/lib/libc/regex/ |
| H A D | regerror.c | 101 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
|
| H A D | regcomp.c | 456 SETERROR(REG_EMPTY); in p_ere_exp() 623 (void)REQUIRE(MORE(), REG_EMPTY); in p_str() 692 SETERROR(REG_EMPTY); in p_branch_empty() 785 (void) REQUIRE(p->gnuext || HERE() != bc.start, REG_EMPTY); in p_re()
|