Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/regex/
HDregcomp.c138 static bool may_escape(struct parse *p, const wint_t ch);
537 if (may_escape(p, wc)) in p_ere_exp()
938 if ((c & BACKSL) == 0 || may_escape(p, wc)) in p_simp_re()
1299 may_escape(struct parse *p, const wint_t ch) function