Home
last modified time | relevance | path

Searched refs:may_escape (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/regex/
H A Dregcomp.c133 static bool may_escape(struct parse *p, const wint_t ch);
534 if (may_escape(p, wc)) in p_ere_exp()
951 if ((c & BACKSL) == 0 || may_escape(p, wc)) in p_simp_re()
1312 may_escape(struct parse *p, const wint_t ch) function