Lines Matching defs:branchc
90 struct branchc {
121 bool (*parse_expr)(struct parse *, struct branchc *);
122 void (*pre_parse)(struct parse *, struct branchc *);
123 void (*post_parse)(struct parse *, struct branchc *);
134 static bool p_ere_exp(struct parse *p, struct branchc *bc);
136 static int p_branch_eat_delim(struct parse *p, struct branchc *bc);
137 static void p_branch_ins_offset(struct parse *p, struct branchc *bc);
138 static void p_branch_fix_tail(struct parse *p, struct branchc *bc);
139 static bool p_branch_empty(struct parse *p, struct branchc *bc);
140 static bool p_branch_do(struct parse *p, struct branchc *bc);
141 static void p_bre_pre_parse(struct parse *p, struct branchc *bc);
142 static void p_bre_post_parse(struct parse *p, struct branchc *bc);
144 static bool p_simp_re(struct parse *p, struct branchc *bc);
441 p_ere_exp(struct parse *p, struct branchc *bc)
704 p_branch_eat_delim(struct parse *p, struct branchc *bc)
720 p_branch_ins_offset(struct parse *p, struct branchc *bc)
742 p_branch_fix_tail(struct parse *p, struct branchc *bc)
759 p_branch_empty(struct parse *p, struct branchc *bc)
773 p_branch_do(struct parse *p, struct branchc *bc)
793 p_bre_pre_parse(struct parse *p, struct branchc *bc)
810 p_bre_post_parse(struct parse *p, struct branchc *bc)
836 struct branchc bc;
881 == static bool p_simp_re(struct parse *p, struct branchc *bc);
884 p_simp_re(struct parse *p, struct branchc *bc)