Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c92 struct branchc { struct
93 sopno start;
94 sopno back;
95 sopno fwd;
97 int nbranch;
98 int nchain;
99 bool outer;
123 bool (*parse_expr)(struct parse *, struct branchc *); argument