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

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c75 static int p_count(struct parse *);
443 count = p_count(p);
446 count2 = p_count(p);
614 count = p_count(p);
617 count2 = p_count(p);
637 - p_count - parse a repetition count
640 p_count(struct parse *p) function
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregcomp.c90 static int p_count __P((struct parse *p));
468 count = p_count(p);
471 count2 = p_count(p);
659 count = p_count(p);
662 count2 = p_count(p);
682 - p_count - parse a repetition count
683 == static int p_count(register struct parse *p);
686 p_count(register struct parse *p) function
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c94 static int p_count(struct parse *p);
459 count = p_count(p);
462 count2 = p_count(p);
635 count = p_count(p);
638 count2 = p_count(p);
658 - p_count - parse a repetition count
659 == static int p_count(struct parse *p);
662 p_count(struct parse *p) function

Completed in 179 milliseconds