Home
last modified time | relevance | path

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

/freebsd/lib/libc/regex/
H A Dregcomp.c68 struct branchc { struct
69 sopno start;
70 sopno back;
71 sopno fwd;
73 int nbranch;
74 int nchain;
75 bool outer;
99 bool (*parse_expr)(struct parse *, struct branchc *); argument