Searched refs:p_count (Results 1 – 4 of 4) sorted by relevance
131 p_count = int(match.group(1))133 if p_secnt != section or p_count != w_count:
83 static int p_count(struct parse *);451 count = p_count(p); in p_ere_exp()454 count2 = p_count(p); in p_ere_exp()622 count = p_count(p); in p_simp_re()625 count2 = p_count(p); in p_simp_re()648 p_count(struct parse *p) in p_count() function
945 int p_count = 0; // This is for parenthesis matching in VisitObjCMessageExpr() local948 ++p_count; in VisitObjCMessageExpr()950 if (p_count == 1) in VisitObjCMessageExpr()952 --p_count; in VisitObjCMessageExpr()
2367 int p_count; member