Searched refs:ematch_root (Results 1 – 3 of 3) sorted by relevance
23 extern struct ematch *ematch_root;39 { ematch_root = $1; }42 ematch_root = $1;
37 struct ematch *ematch_root; variable337 if (ematch_root) { in parse_ematch()341 .nmatches = flatten_tree(ematch_root, ematch_root), in parse_ematch()352 if (parse_tree(n, ematch_root) < 0) in parse_ematch()
170 extern struct ematch *ematch_root;1345 { ematch_root = (yyvsp[0].e); } in yyparse()1352 ematch_root = (yyvsp[-1].e); in yyparse()