Lines Matching defs:p
169 struct parse *p = &pa; in llvm_regcomp() local
265 p_ere(struct parse *p, int stop) /* character this ERE should end at */ in p_ere()
308 p_ere_exp(struct parse *p) in p_ere_exp()
483 p_str(struct parse *p) in p_str()
501 p_bre(struct parse *p, in p_bre()
532 p_simp_re(struct parse *p, in p_simp_re()
648 p_count(struct parse *p) in p_count()
669 p_bracket(struct parse *p) in p_bracket()
748 p_b_term(struct parse *p, cset *cs) in p_b_term()
811 p_b_cclass(struct parse *p, cset *cs) in p_b_cclass()
844 p_b_eclass(struct parse *p, cset *cs) in p_b_eclass()
856 p_b_symbol(struct parse *p) in p_b_symbol()
874 p_b_coll_elem(struct parse *p, in p_b_coll_elem()
919 bothcases(struct parse *p, int ch) in bothcases()
942 ordinary(struct parse *p, int ch) in ordinary()
961 nonnewline(struct parse *p) in nonnewline()
983 repeat(struct parse *p, in repeat()
1053 seterr(struct parse *p, int e) in seterr()
1066 allocset(struct parse *p) in allocset()
1127 freeset(struct parse *p, cset *cs) in freeset()
1149 freezeset(struct parse *p, cset *cs) in freezeset()
1180 firstch(struct parse *p, cset *cs) in firstch()
1196 nch(struct parse *p, cset *cs) in nch()
1212 mcadd( struct parse *p, cset *cs, const char *cp) in mcadd()
1239 mcinvert(struct parse *p, cset *cs) in mcinvert()
1252 mccase(struct parse *p, cset *cs) in mccase()
1296 categorize(struct parse *p, struct re_guts *g) in categorize()
1321 dupl(struct parse *p, in dupl()
1347 doemit(struct parse *p, sop op, size_t opnd) in doemit()
1369 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert()
1404 dofwd(struct parse *p, sopno pos, sop value) in dofwd()
1418 enlarge(struct parse *p, sopno size) in enlarge()
1443 stripsnug(struct parse *p, struct re_guts *g) in stripsnug()
1469 findmust(struct parse *p, struct re_guts *g) in findmust()
1547 pluscount(struct parse *p, struct re_guts *g) in pluscount()