Home
last modified time | relevance | path

Searched refs:OPT_SET_INT_F (Results 1 – 25 of 97) sorted by relevance

1234

/dports/devel/git-svn/git-2.34.1/builtin/
H A Dmailinfo.c63 OPT_SET_INT_F('u', NULL, &meta_charset.policy,
66 OPT_SET_INT_F('n', NULL, &meta_charset.policy,
H A Dls-remote.c72 OPT_SET_INT_F(0, "exit-code", &status, in cmd_ls_remote()
H A Ddifftool.c699 OPT_SET_INT_F('y', "no-prompt", &prompt, in cmd_difftool()
702 OPT_SET_INT_F(0, "prompt", &prompt, NULL, in cmd_difftool()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dmailinfo.c63 OPT_SET_INT_F('u', NULL, &meta_charset.policy, in cmd_mailinfo()
66 OPT_SET_INT_F('n', NULL, &meta_charset.policy, in cmd_mailinfo()
H A Dls-remote.c72 OPT_SET_INT_F(0, "exit-code", &status, in cmd_ls_remote()
H A Ddifftool.c699 OPT_SET_INT_F('y', "no-prompt", &prompt, in cmd_difftool()
702 OPT_SET_INT_F(0, "prompt", &prompt, NULL, in cmd_difftool()
/dports/devel/git/git-2.34.1/builtin/
H A Dmailinfo.c63 OPT_SET_INT_F('u', NULL, &meta_charset.policy, in cmd_mailinfo()
66 OPT_SET_INT_F('n', NULL, &meta_charset.policy, in cmd_mailinfo()
H A Dls-remote.c72 OPT_SET_INT_F(0, "exit-code", &status, in cmd_ls_remote()
H A Ddifftool.c699 OPT_SET_INT_F('y', "no-prompt", &prompt, in cmd_difftool()
702 OPT_SET_INT_F(0, "prompt", &prompt, NULL, in cmd_difftool()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dmailinfo.c63 OPT_SET_INT_F('u', NULL, &meta_charset.policy, in cmd_mailinfo()
66 OPT_SET_INT_F('n', NULL, &meta_charset.policy, in cmd_mailinfo()
H A Dls-remote.c72 OPT_SET_INT_F(0, "exit-code", &status, in cmd_ls_remote()
H A Ddifftool.c699 OPT_SET_INT_F('y', "no-prompt", &prompt, in cmd_difftool()
702 OPT_SET_INT_F(0, "prompt", &prompt, NULL, in cmd_difftool()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dmailinfo.c63 OPT_SET_INT_F('u', NULL, &meta_charset.policy, in cmd_mailinfo()
66 OPT_SET_INT_F('n', NULL, &meta_charset.policy, in cmd_mailinfo()
H A Dls-remote.c72 OPT_SET_INT_F(0, "exit-code", &status, in cmd_ls_remote()
H A Ddifftool.c699 OPT_SET_INT_F('y', "no-prompt", &prompt, in cmd_difftool()
702 OPT_SET_INT_F(0, "prompt", &prompt, NULL, in cmd_difftool()
/dports/devel/git-svn/git-2.34.1/
H A Dparse-options.h148 #define OPT_SET_INT_F(s, l, v, h, i, f) { OPTION_SET_INT, (s), (l), (v), NULL, \ macro
150 #define OPT_BOOL_F(s, l, v, h, f) OPT_SET_INT_F(s, l, v, h, 1, f)
165 #define OPT_SET_INT(s, l, v, h, i) OPT_SET_INT_F(s, l, v, h, i, 0)
/dports/devel/git-gui/git-2.34.1/
H A Dparse-options.h148 #define OPT_SET_INT_F(s, l, v, h, i, f) { OPTION_SET_INT, (s), (l), (v), NULL, \ macro
150 #define OPT_BOOL_F(s, l, v, h, f) OPT_SET_INT_F(s, l, v, h, 1, f)
165 #define OPT_SET_INT(s, l, v, h, i) OPT_SET_INT_F(s, l, v, h, i, 0)
/dports/devel/git-p4/git-2.34.1/
H A Dparse-options.h148 #define OPT_SET_INT_F(s, l, v, h, i, f) { OPTION_SET_INT, (s), (l), (v), NULL, \
150 #define OPT_BOOL_F(s, l, v, h, f) OPT_SET_INT_F(s, l, v, h, 1, f)
165 #define OPT_SET_INT(s, l, v, h, i) OPT_SET_INT_F(s, l, v, h, i, 0)
/dports/devel/git/git-2.34.1/
H A Dparse-options.h148 #define OPT_SET_INT_F(s, l, v, h, i, f) { OPTION_SET_INT, (s), (l), (v), NULL, \ macro
150 #define OPT_BOOL_F(s, l, v, h, f) OPT_SET_INT_F(s, l, v, h, 1, f)
165 #define OPT_SET_INT(s, l, v, h, i) OPT_SET_INT_F(s, l, v, h, i, 0)
/dports/devel/git-cvs/git-2.34.1/
H A Dparse-options.h148 #define OPT_SET_INT_F(s, l, v, h, i, f) { OPTION_SET_INT, (s), (l), (v), NULL, \ macro
150 #define OPT_BOOL_F(s, l, v, h, f) OPT_SET_INT_F(s, l, v, h, 1, f)
165 #define OPT_SET_INT(s, l, v, h, i) OPT_SET_INT_F(s, l, v, h, i, 0)
/dports/devel/cgit/cgit-1.2.3/git/
H A Dparse-options.h148 #define OPT_SET_INT_F(s, l, v, h, i, f) { OPTION_SET_INT, (s), (l), (v), NULL, \ macro
150 #define OPT_BOOL_F(s, l, v, h, f) OPT_SET_INT_F(s, l, v, h, 1, f)
167 #define OPT_SET_INT(s, l, v, h, i) OPT_SET_INT_F(s, l, v, h, i, 0)
H A Darchive.c437 OPT_SET_INT_F(s, NULL, v, h, p, PARSE_OPT_NONEG)
439 OPT_SET_INT_F(s, NULL, v, "", p, PARSE_OPT_NONEG | PARSE_OPT_HIDDEN)
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dls-remote.c71 OPT_SET_INT_F(0, "exit-code", &status, in cmd_ls_remote()
H A Ddifftool.c700 OPT_SET_INT_F('y', "no-prompt", &prompt, in cmd_difftool()
703 OPT_SET_INT_F(0, "prompt", &prompt, NULL, in cmd_difftool()
H A Dhelp.c50 OPT_SET_INT_F(0, "config-for-completion", &show_config, "", 2, PARSE_OPT_HIDDEN),

1234