e_cleanup_count    96 test/util/bipartite_graph.c static int e_cleanup_count = 0;
e_cleanup_count   105 test/util/bipartite_graph.c     ++e_cleanup_count;
e_cleanup_count   185 test/util/bipartite_graph.c     e_cleanup_count = 0;
e_cleanup_count   201 test/util/bipartite_graph.c     check(e_cleanup_count == 0);
e_cleanup_count   205 test/util/bipartite_graph.c     check(e_cleanup_count == 1);
e_cleanup_count   221 test/util/bipartite_graph.c     e_cleanup_count = 0;
e_cleanup_count   255 test/util/bipartite_graph.c     check(e_cleanup_count == 0);
e_cleanup_count   259 test/util/bipartite_graph.c     check(e_cleanup_count == 2);