Home
last modified time | relevance | path

Searched refs:seen_dashdash (Results 1 – 16 of 16) sorted by relevance

/dports/devel/monotone/monotone-1.1/src/
H A Doption.cc410 bool seen_dashdash = false; in from_command_line() local
418 if (idx(args,i)() == "--" || seen_dashdash) in from_command_line()
420 if (!seen_dashdash) in from_command_line()
422 seen_dashdash = true; in from_command_line()
H A Dcmd_netsync.cc155 bool seen_dashdash = false; in parse_options_from_args() local
161 if (idx(args,i)() == "--" || seen_dashdash) in parse_options_from_args()
163 if (!seen_dashdash) in parse_options_from_args()
165 seen_dashdash = true; in parse_options_from_args()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dgrep.c836 int seen_dashdash = 0; in cmd_grep() local
1039 seen_dashdash = 1; in cmd_grep()
1062 if (seen_dashdash) in cmd_grep()
1070 if (seen_dashdash) in cmd_grep()
1076 if (!seen_dashdash) in cmd_grep()
1086 if (!seen_dashdash) { in cmd_grep()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dgrep.c836 int seen_dashdash = 0; in cmd_grep() local
1039 seen_dashdash = 1; in cmd_grep()
1062 if (seen_dashdash) in cmd_grep()
1070 if (seen_dashdash) in cmd_grep()
1076 if (!seen_dashdash) in cmd_grep()
1086 if (!seen_dashdash) { in cmd_grep()
/dports/devel/git/git-2.34.1/builtin/
H A Dgrep.c836 int seen_dashdash = 0; in cmd_grep() local
1039 seen_dashdash = 1; in cmd_grep()
1062 if (seen_dashdash) in cmd_grep()
1070 if (seen_dashdash) in cmd_grep()
1076 if (!seen_dashdash) in cmd_grep()
1086 if (!seen_dashdash) { in cmd_grep()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dgrep.c836 int seen_dashdash = 0; in cmd_grep() local
1039 seen_dashdash = 1; in cmd_grep()
1062 if (seen_dashdash) in cmd_grep()
1070 if (seen_dashdash) in cmd_grep()
1076 if (!seen_dashdash) in cmd_grep()
1086 if (!seen_dashdash) { in cmd_grep()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dgrep.c836 int seen_dashdash = 0; in cmd_grep() local
1039 seen_dashdash = 1; in cmd_grep()
1062 if (seen_dashdash) in cmd_grep()
1070 if (seen_dashdash) in cmd_grep()
1076 if (!seen_dashdash) in cmd_grep()
1086 if (!seen_dashdash) { in cmd_grep()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dgrep.c800 int seen_dashdash = 0; in cmd_grep() local
1007 seen_dashdash = 1; in cmd_grep()
1030 if (seen_dashdash) in cmd_grep()
1038 if (seen_dashdash) in cmd_grep()
1044 if (!seen_dashdash) in cmd_grep()
1054 if (!seen_dashdash) { in cmd_grep()
/dports/devel/tig/tig-2.5.4/src/
H A Dtig.c484 bool seen_dashdash = false; in parse_options() local
540 if (!seen_dashdash) { in parse_options()
542 seen_dashdash = true; in parse_options()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dcmdline.c603 int seen_dashdash; in bg_cmdline_get_locations_from_args() local
631 seen_dashdash = 0; in bg_cmdline_get_locations_from_args()
635 if(seen_dashdash || (argv[i][0] != '-')) in bg_cmdline_get_locations_from_args()
642 seen_dashdash = 1; in bg_cmdline_get_locations_from_args()
/dports/devel/cgit/cgit-1.2.3/git/
H A Drevision.c1928 int seen_dashdash = 0; in read_revisions_from_stdin() local
1941 seen_dashdash = 1; in read_revisions_from_stdin()
1950 if (seen_dashdash) in read_revisions_from_stdin()
2513 int i, flags, left, seen_dashdash, got_rev_arg = 0, revarg_opt; in setup_revisions() local
2523 seen_dashdash = 1; in setup_revisions()
2525 seen_dashdash = 0; in setup_revisions()
2534 seen_dashdash = 1; in setup_revisions()
2542 if (seen_dashdash) in setup_revisions()
2587 if (seen_dashdash || *arg == '^') in setup_revisions()
/dports/devel/git-gui/git-2.34.1/
H A Drevision.c2110 int seen_dashdash = 0; in read_revisions_from_stdin() local
2123 seen_dashdash = 1; in read_revisions_from_stdin()
2132 if (seen_dashdash) in read_revisions_from_stdin()
2697 int i, flags, left, seen_dashdash, revarg_opt; in setup_revisions() local
2703 seen_dashdash = 1; in setup_revisions()
2705 seen_dashdash = 0; in setup_revisions()
2714 seen_dashdash = 1; in setup_revisions()
2722 if (seen_dashdash) in setup_revisions()
2767 if (seen_dashdash || *arg == '^') in setup_revisions()
/dports/devel/git-p4/git-2.34.1/
H A Drevision.c2110 int seen_dashdash = 0; in read_revisions_from_stdin() local
2123 seen_dashdash = 1; in read_revisions_from_stdin()
2132 if (seen_dashdash) in read_revisions_from_stdin()
2697 int i, flags, left, seen_dashdash, revarg_opt; in setup_revisions() local
2703 seen_dashdash = 1; in setup_revisions()
2705 seen_dashdash = 0; in setup_revisions()
2714 seen_dashdash = 1; in setup_revisions()
2722 if (seen_dashdash) in setup_revisions()
2767 if (seen_dashdash || *arg == '^') in setup_revisions()
/dports/devel/git-svn/git-2.34.1/
H A Drevision.c2110 int seen_dashdash = 0;
2123 seen_dashdash = 1;
2132 if (seen_dashdash)
2697 int i, flags, left, seen_dashdash, revarg_opt;
2703 seen_dashdash = 1;
2705 seen_dashdash = 0;
2714 seen_dashdash = 1;
2722 if (seen_dashdash)
2767 if (seen_dashdash || *arg == '^')
/dports/devel/git/git-2.34.1/
H A Drevision.c2110 int seen_dashdash = 0; in read_revisions_from_stdin() local
2123 seen_dashdash = 1; in read_revisions_from_stdin()
2132 if (seen_dashdash) in read_revisions_from_stdin()
2697 int i, flags, left, seen_dashdash, revarg_opt; in setup_revisions() local
2703 seen_dashdash = 1; in setup_revisions()
2705 seen_dashdash = 0; in setup_revisions()
2714 seen_dashdash = 1; in setup_revisions()
2722 if (seen_dashdash) in setup_revisions()
2767 if (seen_dashdash || *arg == '^') in setup_revisions()
/dports/devel/git-cvs/git-2.34.1/
H A Drevision.c2110 int seen_dashdash = 0; in read_revisions_from_stdin() local
2123 seen_dashdash = 1; in read_revisions_from_stdin()
2132 if (seen_dashdash) in read_revisions_from_stdin()
2697 int i, flags, left, seen_dashdash, revarg_opt; in setup_revisions() local
2703 seen_dashdash = 1; in setup_revisions()
2705 seen_dashdash = 0; in setup_revisions()
2714 seen_dashdash = 1; in setup_revisions()
2722 if (seen_dashdash) in setup_revisions()
2767 if (seen_dashdash || *arg == '^') in setup_revisions()