Searched refs:REG_EESCAPE (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/ |
D | pcreposix.c | 74 REG_EESCAPE, /* \ at end of pattern */ 75 REG_EESCAPE, /* \c at end of pattern */ 76 REG_EESCAPE, /* unrecognized character follows \ */ 117 REG_EESCAPE, /* PCRE does not support \L, \l, \N, \U, or \u */
|
D | pcreposix.h | 83 REG_EESCAPE, /* bad escape sequence */ enumerator
|
/external/ltrace/ |
D | glob.c | 167 return REG_EESCAPE; in glob_to_regex() 254 translate("\\", REG_EESCAPE, NULL); in main()
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 70 #define REG_EESCAPE 5 macro
|
D | regerror.c | 63 { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" },
|
D | regcomp.c | 380 REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp() 548 REQUIRE(MORE(), REG_EESCAPE); in p_simp_re()
|