Searched refs:REG_EESCAPE (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regex_impl.h | 70 #define REG_EESCAPE 5 macro
|
| H A D | regerror.c | 63 { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" },
|
| H A D | regcomp.c | 500 REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() 664 REQUIRE(MORE(), REG_EESCAPE); in p_simp_re()
|
| /freebsd/contrib/nvi/regex/ |
| H A D | regex.h | 76 #define REG_EESCAPE 5 macro
|
| H A D | regerror.c | 93 { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" },
|
| H A D | regcomp.c | 408 (void)REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() 559 (void)REQUIRE(MORE(), REG_EESCAPE); in p_simp_re()
|
| /freebsd/include/ |
| H A D | regex.h | 79 #define REG_EESCAPE 5 macro
|
| /freebsd/lib/libc/regex/ |
| H A D | regerror.c | 87 {REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)"},
|
| H A D | regcomp.c | 471 (void)REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() 537 SETERROR(REG_EESCAPE); in p_ere_exp() 842 (void)REQUIRE(MORE(), REG_EESCAPE); in p_simp_re() 954 SETERROR(REG_EESCAPE); in p_simp_re()
|