Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Support/
Dregcomp.c75 static int p_count(struct parse *);
443 count = p_count(p); in p_ere_exp()
446 count2 = p_count(p); in p_ere_exp()
614 count = p_count(p); in p_simp_re()
617 count2 = p_count(p); in p_simp_re()
640 p_count(struct parse *p) in p_count() function
/freebsd-10-stable/lib/libc/regex/
Dregcomp.c93 static int p_count(struct parse *p);
487 count = p_count(p); in p_ere_exp()
490 count2 = p_count(p); in p_ere_exp()
671 count = p_count(p); in p_simp_re()
674 count2 = p_count(p); in p_simp_re()
698 p_count(struct parse *p) in p_count() function
/freebsd-10-stable/contrib/nvi/regex/
Dregcomp.c90 static int p_count __P((struct parse *p));
468 count = p_count(p); in p_ere_exp()
471 count2 = p_count(p); in p_ere_exp()
659 count = p_count(p); in p_simp_re()
662 count2 = p_count(p); in p_simp_re()
686 p_count(register struct parse *p) in p_count() function