Searched refs:REG_EMPTY (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/nvi/regex/ |
| HD | regex.h | 85 #define REG_EMPTY 14 macro
|
| HD | regerror.c | 102 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
|
| HD | 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-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | regex_impl.h | 79 #define REG_EMPTY 14 macro
|
| HD | regerror.c | 72 { REG_EMPTY, "REG_EMPTY", "empty (sub)expression" },
|
| HD | 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-11-stable/include/ |
| HD | regex.h | 88 #define REG_EMPTY 14 macro
|
| /freebsd-11-stable/lib/libc/regex/ |
| HD | regerror.c | 102 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
|
| HD | regcomp.c | 410 SETERROR(REG_EMPTY); in p_ere_exp() 521 (void)REQUIRE(MORE(), REG_EMPTY); in p_str() 588 SETERROR(REG_EMPTY); in p_branch_empty() 681 (void) REQUIRE(HERE() != bc.start, REG_EMPTY); in p_re()
|