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