Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c210 static int p_simp_re(struct parse *, int);
643 wasdollar = p_simp_re(p, first); in p_bre()
660 p_simp_re(struct parse *p, in p_simp_re() function
/freebsd/contrib/nvi/regex/
H A Dregcomp.c85 static int p_simp_re(struct parse *p, int starordinary, size_t reclimit);
524 wasdollar = p_simp_re(p, first, reclimit); in p_bre()
541 p_simp_re(struct parse *p, in p_simp_re() function
/freebsd/lib/libc/regex/
H A Dregcomp.c122 static bool p_simp_re(struct parse *p, struct branchc *bc);
286 p->parse_expr = p_simp_re; in regcomp_internal()
823 p_simp_re(struct parse *p, struct branchc *bc) in p_simp_re() function