Lines Matching refs:branchc

68 struct branchc {  struct
99 bool (*parse_expr)(struct parse *, struct branchc *); argument
100 void (*pre_parse)(struct parse *, struct branchc *);
101 void (*post_parse)(struct parse *, struct branchc *);
112 static bool p_ere_exp(struct parse *p, struct branchc *bc);
114 static int p_branch_eat_delim(struct parse *p, struct branchc *bc);
115 static void p_branch_ins_offset(struct parse *p, struct branchc *bc);
116 static void p_branch_fix_tail(struct parse *p, struct branchc *bc);
117 static bool p_branch_empty(struct parse *p, struct branchc *bc);
118 static bool p_branch_do(struct parse *p, struct branchc *bc);
119 static void p_bre_pre_parse(struct parse *p, struct branchc *bc);
120 static void p_bre_post_parse(struct parse *p, struct branchc *bc);
122 static bool p_simp_re(struct parse *p, struct branchc *bc);
388 p_ere_exp(struct parse *p, struct branchc *bc) in p_ere_exp()
643 p_branch_eat_delim(struct parse *p, struct branchc *bc) in p_branch_eat_delim()
659 p_branch_ins_offset(struct parse *p, struct branchc *bc) in p_branch_ins_offset()
681 p_branch_fix_tail(struct parse *p, struct branchc *bc) in p_branch_fix_tail()
698 p_branch_empty(struct parse *p, struct branchc *bc) in p_branch_empty()
712 p_branch_do(struct parse *p, struct branchc *bc) in p_branch_do()
732 p_bre_pre_parse(struct parse *p, struct branchc *bc) in p_bre_pre_parse()
749 p_bre_post_parse(struct parse *p, struct branchc *bc) in p_bre_post_parse()
775 struct branchc bc; in p_re()
823 p_simp_re(struct parse *p, struct branchc *bc) in p_simp_re()