Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c90 struct branchc { struct
91 sopno start;
92 sopno back;
93 sopno fwd;
95 int nbranch;
96 int nchain;
97 bool outer;
121 bool (*parse_expr)(struct parse *, struct branchc *); argument