Lines Matching defs:p

205 	struct parse *p = &pa;  in regcomp()  local
353 p_ere_exp(struct parse *p, struct branchc *bc) in p_ere_exp()
517 p_str(struct parse *p) in p_str()
529 p_branch_eat_delim(struct parse *p, struct branchc *bc) in p_branch_eat_delim()
545 p_branch_ins_offset(struct parse *p, struct branchc *bc) in p_branch_ins_offset()
566 p_branch_fix_tail(struct parse *p, struct branchc *bc) in p_branch_fix_tail()
582 p_branch_empty(struct parse *p, struct branchc *bc) in p_branch_empty()
595 p_branch_do(struct parse *p, struct branchc *bc) in p_branch_do()
615 p_bre_pre_parse(struct parse *p, struct branchc *bc) in p_bre_pre_parse()
631 p_bre_post_parse(struct parse *p, struct branchc *bc) in p_bre_post_parse()
651 p_re(struct parse *p, in p_re()
699 p_simp_re(struct parse *p, struct branchc *bc) in p_simp_re()
829 p_count(struct parse *p) in p_count()
847 p_bracket(struct parse *p) in p_bracket()
898 p_b_term(struct parse *p, cset *cs) in p_b_term()
975 p_b_cclass(struct parse *p, cset *cs) in p_b_cclass()
1004 p_b_eclass(struct parse *p, cset *cs) in p_b_eclass()
1016 p_b_symbol(struct parse *p) in p_b_symbol()
1034 p_b_coll_elem(struct parse *p, in p_b_coll_elem()
1084 bothcases(struct parse *p, wint_t ch) in bothcases()
1110 ordinary(struct parse *p, wint_t ch) in ordinary()
1136 nonnewline(struct parse *p) in nonnewline()
1158 repeat(struct parse *p, in repeat()
1230 wgetnext(struct parse *p) in wgetnext()
1252 seterr(struct parse *p, int e) in seterr()
1265 allocset(struct parse *p) in allocset()
1285 freeset(struct parse *p, cset *cs) in freeset()
1302 singleton(struct parse *p, cset *cs) in singleton()
1339 CHadd(struct parse *p, cset *cs, wint_t ch) in CHadd()
1367 CHaddrange(struct parse *p, cset *cs, wint_t min, wint_t max) in CHaddrange()
1391 CHaddtype(struct parse *p, cset *cs, wctype_t wct) in CHaddtype()
1413 dupl(struct parse *p, in dupl()
1440 doemit(struct parse *p, sop op, size_t opnd) in doemit()
1462 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert()
1497 dofwd(struct parse *p, sopno pos, sop value) in dofwd()
1511 enlarge(struct parse *p, sopno size) in enlarge()
1532 stripsnug(struct parse *p, struct re_guts *g) in stripsnug()
1552 findmust(struct parse *p, struct re_guts *g) in findmust()
1803 computejumps(struct parse *p, struct re_guts *g) in computejumps()
1848 computematchjumps(struct parse *p, struct re_guts *g) in computematchjumps()
1926 pluscount(struct parse *p, struct re_guts *g) in pluscount()