Home
last modified time | relevance | path

Searched refs:branchc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c67 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 *);
353 p_ere_exp(struct parse *p, struct branchc *bc) in p_ere_exp()
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()
[all …]