Home
last modified time | relevance | path

Searched refs:ignored_arg (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dformat-c.c41 #define INVALID_IGNORED_ARGUMENT(referenced_arg, ignored_arg) \ argument
42 …string refers to argument number %u but ignores argument number %u."), referenced_arg, ignored_arg)
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dformat-c.c41 #define INVALID_IGNORED_ARGUMENT(referenced_arg, ignored_arg) \ argument
42 …string refers to argument number %u but ignores argument number %u."), referenced_arg, ignored_arg)
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dformat-c.c41 #define INVALID_IGNORED_ARGUMENT(referenced_arg, ignored_arg) \ argument
42 …string refers to argument number %u but ignores argument number %u."), referenced_arg, ignored_arg)
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dformat-c.c41 #define INVALID_IGNORED_ARGUMENT(referenced_arg, ignored_arg) \ argument
42 …string refers to argument number %u but ignores argument number %u."), referenced_arg, ignored_arg)
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dcommit.c116 static char *untracked_files_arg, *force_date, *ignore_submodule_arg, *ignored_arg; variable
1129 if (!ignored_arg) in handle_ignored_arg()
1131 else if (!strcmp(ignored_arg, "traditional")) in handle_ignored_arg()
1133 else if (!strcmp(ignored_arg, "no")) in handle_ignored_arg()
1135 else if (!strcmp(ignored_arg, "matching")) in handle_ignored_arg()
1138 die(_("Invalid ignored mode '%s'"), ignored_arg); in handle_ignored_arg()
1504 { OPTION_STRING, 0, "ignored", &ignored_arg, in cmd_status()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dcommit.c116 static char *untracked_files_arg, *force_date, *ignore_submodule_arg, *ignored_arg; variable
1129 if (!ignored_arg) in handle_ignored_arg()
1131 else if (!strcmp(ignored_arg, "traditional")) in handle_ignored_arg()
1133 else if (!strcmp(ignored_arg, "no")) in handle_ignored_arg()
1135 else if (!strcmp(ignored_arg, "matching")) in handle_ignored_arg()
1138 die(_("Invalid ignored mode '%s'"), ignored_arg); in handle_ignored_arg()
1504 { OPTION_STRING, 0, "ignored", &ignored_arg, in cmd_status()
/dports/devel/git/git-2.34.1/builtin/
H A Dcommit.c116 static char *untracked_files_arg, *force_date, *ignore_submodule_arg, *ignored_arg; variable
1129 if (!ignored_arg) in handle_ignored_arg()
1131 else if (!strcmp(ignored_arg, "traditional")) in handle_ignored_arg()
1133 else if (!strcmp(ignored_arg, "no")) in handle_ignored_arg()
1135 else if (!strcmp(ignored_arg, "matching")) in handle_ignored_arg()
1138 die(_("Invalid ignored mode '%s'"), ignored_arg); in handle_ignored_arg()
1504 { OPTION_STRING, 0, "ignored", &ignored_arg, in cmd_status()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dcommit.c116 static char *untracked_files_arg, *force_date, *ignore_submodule_arg, *ignored_arg; variable
1129 if (!ignored_arg) in handle_ignored_arg()
1131 else if (!strcmp(ignored_arg, "traditional")) in handle_ignored_arg()
1133 else if (!strcmp(ignored_arg, "no")) in handle_ignored_arg()
1135 else if (!strcmp(ignored_arg, "matching")) in handle_ignored_arg()
1138 die(_("Invalid ignored mode '%s'"), ignored_arg); in handle_ignored_arg()
1504 { OPTION_STRING, 0, "ignored", &ignored_arg, in cmd_status()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dcommit.c116 static char *untracked_files_arg, *force_date, *ignore_submodule_arg, *ignored_arg; variable
1129 if (!ignored_arg) in handle_ignored_arg()
1131 else if (!strcmp(ignored_arg, "traditional")) in handle_ignored_arg()
1133 else if (!strcmp(ignored_arg, "no")) in handle_ignored_arg()
1135 else if (!strcmp(ignored_arg, "matching")) in handle_ignored_arg()
1138 die(_("Invalid ignored mode '%s'"), ignored_arg); in handle_ignored_arg()
1504 { OPTION_STRING, 0, "ignored", &ignored_arg, in cmd_status()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dcommit.c111 static char *untracked_files_arg, *force_date, *ignore_submodule_arg, *ignored_arg; variable
1056 if (!ignored_arg) in handle_ignored_arg()
1058 else if (!strcmp(ignored_arg, "traditional")) in handle_ignored_arg()
1060 else if (!strcmp(ignored_arg, "no")) in handle_ignored_arg()
1062 else if (!strcmp(ignored_arg, "matching")) in handle_ignored_arg()
1065 die(_("Invalid ignored mode '%s'"), ignored_arg); in handle_ignored_arg()
1377 { OPTION_STRING, 0, "ignored", &ignored_arg, in cmd_status()
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/imported/
H A Dregexp-bytecode-peephole.cc723 for (auto ignored_arg = last_node.ArgumentIgnoredBegin(); in EmitOptimization() local
724 ignored_arg != last_node.ArgumentIgnoredEnd(); ignored_arg++) { in EmitOptimization()
725 auto jump_edge_iter = jump_edges_.find(start_pc + ignored_arg->offset); in EmitOptimization()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc730 for (auto ignored_arg = last_node.ArgumentIgnoredBegin(); in EmitOptimization() local
731 ignored_arg != last_node.ArgumentIgnoredEnd(); ignored_arg++) { in EmitOptimization()
732 auto jump_edge_iter = jump_edges_.find(start_pc + ignored_arg->offset); in EmitOptimization()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc731 for (auto ignored_arg = last_node.ArgumentIgnoredBegin(); in EmitOptimization() local
732 ignored_arg != last_node.ArgumentIgnoredEnd(); ignored_arg++) { in EmitOptimization()
733 auto jump_edge_iter = jump_edges_.find(start_pc + ignored_arg->offset); in EmitOptimization()
/dports/www/firefox/firefox-99.0/js/src/irregexp/imported/
H A Dregexp-bytecode-peephole.cc723 for (auto ignored_arg = last_node.ArgumentIgnoredBegin(); in EmitOptimization() local
724 ignored_arg != last_node.ArgumentIgnoredEnd(); ignored_arg++) { in EmitOptimization()
725 auto jump_edge_iter = jump_edges_.find(start_pc + ignored_arg->offset); in EmitOptimization()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/imported/
H A Dregexp-bytecode-peephole.cc723 for (auto ignored_arg = last_node.ArgumentIgnoredBegin(); in EmitOptimization() local
724 ignored_arg != last_node.ArgumentIgnoredEnd(); ignored_arg++) { in EmitOptimization()
725 auto jump_edge_iter = jump_edges_.find(start_pc + ignored_arg->offset); in EmitOptimization()
/dports/lang/v8/v8-9.6.180.12/src/regexp/
H A Dregexp-bytecode-peephole.cc726 for (auto ignored_arg = last_node.ArgumentIgnoredBegin(); in EmitOptimization() local
727 ignored_arg != last_node.ArgumentIgnoredEnd(); ignored_arg++) { in EmitOptimization()
728 auto jump_edge_iter = jump_edges_.find(start_pc + ignored_arg->offset); in EmitOptimization()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-bytecode-peephole.cc722 for (auto ignored_arg = last_node.ArgumentIgnoredBegin(); in EmitOptimization() local
723 ignored_arg != last_node.ArgumentIgnoredEnd(); ignored_arg++) { in EmitOptimization()
724 auto jump_edge_iter = jump_edges_.find(start_pc + ignored_arg->offset); in EmitOptimization()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/frozen/include/frozen/bits/
H A Dbasic_types.h37 struct ignored_arg {}; struct
/dports/mail/rspamd/rspamd-3.1/contrib/frozen/include/frozen/bits/
H A Dbasic_types.h37 struct ignored_arg {}; struct
/dports/deskutils/calibre/calibre-src-5.34.0/src/perfect-hashing/frozen/bits/
H A Dbasic_types.h38 struct ignored_arg {}; struct
/dports/mail/rspamd/rspamd-3.1/contrib/frozen/include/frozen/
H A Dset.h208 constexpr auto make_set(bits::ignored_arg = {}/* for consistency with the initializer below for N =…
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/frozen/include/frozen/
H A Dset.h208 constexpr auto make_set(bits::ignored_arg = {}/* for consistency with the initializer below for N =…
H A Dmap.h312 constexpr auto make_map(bits::ignored_arg = {}/* for consistency with the initializer below for N =…
/dports/deskutils/calibre/calibre-src-5.34.0/src/perfect-hashing/frozen/
H A Dset.h208 constexpr auto make_set(bits::ignored_arg = {}/* for consistency with the initializer below for N =…
H A Dmap.h312 constexpr auto make_map(bits::ignored_arg = {}/* for consistency with the initializer below for N =…

12