Searched refs:p_count (Results 1 – 3 of 3) sorted by relevance
74 static int p_count(struct parse *);384 count = p_count(p); in p_ere_exp()387 count2 = p_count(p); in p_ere_exp()563 count = p_count(p); in p_simp_re()566 count2 = p_count(p); in p_simp_re()589 p_count(struct parse *p) in p_count() function
211 static int p_count(struct parse *);579 count = p_count(p); in p_ere_exp()582 count2 = p_count(p); in p_ere_exp()750 count = p_count(p); in p_simp_re()753 count2 = p_count(p); in p_simp_re()776 p_count(struct parse *p) in p_count() function
1155 int p_count = 0; // This is for parenthesis matching in VisitObjCMessageExpr() local1158 ++p_count; in VisitObjCMessageExpr()1160 if (p_count == 1) in VisitObjCMessageExpr()1162 --p_count; in VisitObjCMessageExpr()