Lines Matching refs:branchc

67 struct branchc {  struct
97 bool (*parse_expr)(struct parse *, struct branchc *); argument
98 void (*pre_parse)(struct parse *, struct branchc *);
99 void (*post_parse)(struct parse *, struct branchc *);
108 static bool p_ere_exp(struct parse *p, struct branchc *bc);
110 static int p_branch_eat_delim(struct parse *p, struct branchc *bc);
111 static void p_branch_ins_offset(struct parse *p, struct branchc *bc);
112 static void p_branch_fix_tail(struct parse *p, struct branchc *bc);
113 static bool p_branch_empty(struct parse *p, struct branchc *bc);
114 static bool p_branch_do(struct parse *p, struct branchc *bc);
115 static void p_bre_pre_parse(struct parse *p, struct branchc *bc);
116 static void p_bre_post_parse(struct parse *p, struct branchc *bc);
118 static bool p_simp_re(struct parse *p, struct branchc *bc);
353 p_ere_exp(struct parse *p, struct branchc *bc) in p_ere_exp()
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()
655 struct branchc bc; in p_re()
699 p_simp_re(struct parse *p, struct branchc *bc) in p_simp_re()