Searched refs:p_count (Results 1 – 7 of 7) sorted by relevance
381 int p_count; in set_gpt_info() local432 p_count = 1; in set_gpt_info()436 p_count++; in set_gpt_info()440 parts = calloc(sizeof(disk_partition_t), p_count); in set_gpt_info()445 for (i = 0; i < p_count; i++) { in set_gpt_info()539 *parts_count = p_count; in set_gpt_info()
135 p_count = int(match.group(1))137 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
210 static int p_count(struct parse *);578 count = p_count(p); in p_ere_exp()581 count2 = p_count(p); in p_ere_exp()749 count = p_count(p); in p_simp_re()752 count2 = p_count(p); in p_simp_re()775 p_count(struct parse *p) in p_count() function
75 static int p_count(struct parse *);415 count = p_count(p); in p_ere_exp()418 count2 = p_count(p); in p_ere_exp()586 count = p_count(p); in p_simp_re()589 count2 = p_count(p); in p_simp_re()612 p_count(struct parse *p) in p_count() function
1044 int p_count = 0; // This is for parenthesis matching in VisitObjCMessageExpr() local1047 ++p_count; in VisitObjCMessageExpr()1049 if (p_count == 1) in VisitObjCMessageExpr()1051 --p_count; in VisitObjCMessageExpr()