Home
last modified time | relevance | path

Searched refs:bisect_next_check (Results 1 – 6 of 6) sorted by relevance

/dports/devel/git-svn/git-2.34.1/builtin/
H A Dbisect--helper.c387 static int bisect_next_check(const struct bisect_terms *terms, in bisect_next_check() function
591 if (bisect_next_check(terms, terms->term_good)) in bisect_next()
609 if (bisect_next_check(terms, NULL)) in bisect_auto_next()
1060 if (bisect_next_check(terms, NULL) != 0) in bisect_visualize()
1101 if (bisect_next_check(terms, NULL)) in bisect_run()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dbisect--helper.c387 static int bisect_next_check(const struct bisect_terms *terms, in bisect_next_check() function
591 if (bisect_next_check(terms, terms->term_good)) in bisect_next()
609 if (bisect_next_check(terms, NULL)) in bisect_auto_next()
1060 if (bisect_next_check(terms, NULL) != 0) in bisect_visualize()
1101 if (bisect_next_check(terms, NULL)) in bisect_run()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dbisect--helper.c387 static int bisect_next_check(const struct bisect_terms *terms, in bisect_next_check() function
591 if (bisect_next_check(terms, terms->term_good)) in bisect_next()
609 if (bisect_next_check(terms, NULL)) in bisect_auto_next()
1060 if (bisect_next_check(terms, NULL) != 0) in bisect_visualize()
1101 if (bisect_next_check(terms, NULL)) in bisect_run()
/dports/devel/git/git-2.34.1/builtin/
H A Dbisect--helper.c387 static int bisect_next_check(const struct bisect_terms *terms, in bisect_next_check() function
591 if (bisect_next_check(terms, terms->term_good)) in bisect_next()
609 if (bisect_next_check(terms, NULL)) in bisect_auto_next()
1060 if (bisect_next_check(terms, NULL) != 0) in bisect_visualize()
1101 if (bisect_next_check(terms, NULL)) in bisect_run()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dbisect--helper.c387 static int bisect_next_check(const struct bisect_terms *terms, in bisect_next_check() function
591 if (bisect_next_check(terms, terms->term_good)) in bisect_next()
609 if (bisect_next_check(terms, NULL)) in bisect_auto_next()
1060 if (bisect_next_check(terms, NULL) != 0) in bisect_visualize()
1101 if (bisect_next_check(terms, NULL)) in bisect_run()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dbisect--helper.c294 static int bisect_next_check(const struct bisect_terms *terms, in bisect_next_check() function
699 res = bisect_next_check(&terms, argc == 3 ? argv[2] : NULL); in cmd_bisect__helper()