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