Searched refs:branchc (Results 1 – 1 of 1) sorted by relevance
68 struct branchc { struct99 bool (*parse_expr)(struct parse *, struct branchc *); argument100 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);[all …]