Searched defs:branchc (Results 1 – 1 of 1) sorted by relevance
92 struct branchc { struct93 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