Home
last modified time | relevance | path

Searched refs:bisect_next (Results 1 – 7 of 7) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-bisect.sh147 git bisect--helper --bisect-next-check $TERM_GOOD $TERM_BAD && bisect_next || :
150 bisect_next() { function
332 bisect_next "$@" ;;
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dbisect--helper.c584 static enum bisect_error bisect_next(struct bisect_terms *terms, const char *prefix) in bisect_next() function
612 return bisect_next(terms, prefix); in bisect_auto_next()
1245 res = bisect_next(&terms, prefix); in cmd_bisect__helper()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dbisect--helper.c584 static enum bisect_error bisect_next(struct bisect_terms *terms, const char *prefix) in bisect_next() function
612 return bisect_next(terms, prefix); in bisect_auto_next()
1245 res = bisect_next(&terms, prefix); in cmd_bisect__helper()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dbisect--helper.c584 static enum bisect_error bisect_next(struct bisect_terms *terms, const char *prefix) in bisect_next() function
612 return bisect_next(terms, prefix); in bisect_auto_next()
1245 res = bisect_next(&terms, prefix); in cmd_bisect__helper()
/dports/devel/git/git-2.34.1/builtin/
H A Dbisect--helper.c584 static enum bisect_error bisect_next(struct bisect_terms *terms, const char *prefix) in bisect_next() function
612 return bisect_next(terms, prefix); in bisect_auto_next()
1245 res = bisect_next(&terms, prefix); in cmd_bisect__helper()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dbisect--helper.c584 static enum bisect_error bisect_next(struct bisect_terms *terms, const char *prefix) in bisect_next() function
612 return bisect_next(terms, prefix); in bisect_auto_next()
1245 res = bisect_next(&terms, prefix); in cmd_bisect__helper()
/dports/deskutils/genius/genius-1.0.27/src/
H A Dgraphing.c4513 gboolean bisect_next = FALSE; in bisect_points() local
4537 bisect_next = TRUE; in bisect_points()
4563 if (bisect_next) in bisect_points()