Home
last modified time | relevance | path

Searched refs:PARSE_OPT_FROM_ALIAS (Results 1 – 10 of 10) sorted by relevance

/dports/devel/git-p4/git-2.34.1/
H A Dparse-options.c597 (opts->flags & (PARSE_OPT_HIDDEN | PARSE_OPT_NOCOMPLETE | PARSE_OPT_FROM_ALIAS)))
692 newopt[i].flags |= PARSE_OPT_FROM_ALIAS;
716 if (options[i].flags & PARSE_OPT_FROM_ALIAS)
H A Dparse-options.h47 PARSE_OPT_FROM_ALIAS = 1 << 7, in get_arg()
/dports/devel/git-svn/git-2.34.1/
H A Dparse-options.c597 (opts->flags & (PARSE_OPT_HIDDEN | PARSE_OPT_NOCOMPLETE | PARSE_OPT_FROM_ALIAS))) in show_gitcomp()
692 newopt[i].flags |= PARSE_OPT_FROM_ALIAS; in preprocess_options()
716 if (options[i].flags & PARSE_OPT_FROM_ALIAS) in free_preprocessed_options()
H A Dparse-options.h47 PARSE_OPT_FROM_ALIAS = 1 << 7, enumerator
/dports/devel/git-gui/git-2.34.1/
H A Dparse-options.c597 (opts->flags & (PARSE_OPT_HIDDEN | PARSE_OPT_NOCOMPLETE | PARSE_OPT_FROM_ALIAS))) in show_gitcomp()
692 newopt[i].flags |= PARSE_OPT_FROM_ALIAS; in preprocess_options()
716 if (options[i].flags & PARSE_OPT_FROM_ALIAS) in free_preprocessed_options()
H A Dparse-options.h47 PARSE_OPT_FROM_ALIAS = 1 << 7, enumerator
/dports/devel/git/git-2.34.1/
H A Dparse-options.c597 (opts->flags & (PARSE_OPT_HIDDEN | PARSE_OPT_NOCOMPLETE | PARSE_OPT_FROM_ALIAS))) in show_gitcomp()
692 newopt[i].flags |= PARSE_OPT_FROM_ALIAS; in preprocess_options()
716 if (options[i].flags & PARSE_OPT_FROM_ALIAS) in free_preprocessed_options()
H A Dparse-options.h47 PARSE_OPT_FROM_ALIAS = 1 << 7, enumerator
/dports/devel/git-cvs/git-2.34.1/
H A Dparse-options.c597 (opts->flags & (PARSE_OPT_HIDDEN | PARSE_OPT_NOCOMPLETE | PARSE_OPT_FROM_ALIAS))) in show_gitcomp()
692 newopt[i].flags |= PARSE_OPT_FROM_ALIAS; in preprocess_options()
716 if (options[i].flags & PARSE_OPT_FROM_ALIAS) in free_preprocessed_options()
H A Dparse-options.h47 PARSE_OPT_FROM_ALIAS = 1 << 7, enumerator