intptr_t         2333 builtin/am.c   		  PARSE_OPT_OPTARG, NULL, (intptr_t) "" },
intptr_t          356 builtin/blame.c 		return (intptr_t)s1->suspect > (intptr_t)s2->suspect ? 1 : -1;
intptr_t          828 builtin/branch.c 			parse_opt_with_commit, (intptr_t)"HEAD",
intptr_t          834 builtin/branch.c 			parse_opt_with_commit, (intptr_t) "HEAD",
intptr_t          854 builtin/branch.c 			opt_parse_merge_filter, (intptr_t) "HEAD",
intptr_t          860 builtin/branch.c 			opt_parse_merge_filter, (intptr_t) "HEAD",
intptr_t         1337 builtin/commit.c 		  PARSE_OPT_OPTARG, NULL, (intptr_t)"all" },
intptr_t         1342 builtin/commit.c 		  PARSE_OPT_OPTARG, NULL, (intptr_t)"all" },
intptr_t         1591 builtin/commit.c 		  N_("GPG sign commit"), PARSE_OPT_OPTARG, NULL, (intptr_t) "" },
intptr_t         1614 builtin/commit.c 		{ OPTION_STRING, 'u', "untracked-files", &untracked_files_arg, N_("mode"), N_("show untracked files, optional modes: all, normal, no. (Default: all)"), PARSE_OPT_OPTARG, NULL, (intptr_t)"all" },
intptr_t          413 builtin/describe.c 			PARSE_OPT_OPTARG, NULL, (intptr_t) "-dirty"},
intptr_t          225 builtin/fmt-merge-msg.c #define util_as_integral(elem) ((intptr_t)((elem)->util))
intptr_t          312 builtin/gc.c   			PARSE_OPT_OPTARG, NULL, (intptr_t)prune_expire },
intptr_t          184 builtin/grep.c 	return (void*) (intptr_t) hit;
intptr_t          244 builtin/grep.c 		hit |= (int) (intptr_t) h;
intptr_t          738 builtin/grep.c 			PARSE_OPT_OPTARG, NULL, (intptr_t)default_pager },
intptr_t          226 builtin/merge.c 	  N_("GPG sign commit"), PARSE_OPT_OPTARG, NULL, (intptr_t) "" },
intptr_t           93 builtin/revert.c 		  N_("GPG sign commit"), PARSE_OPT_OPTARG, NULL, (intptr_t) "" },
intptr_t          666 builtin/show-branch.c 			    PARSE_OPT_OPTARG, NULL, (intptr_t)1 },
intptr_t          621 builtin/tag.c  			parse_opt_with_commit, (intptr_t)"HEAD",
intptr_t          627 builtin/tag.c  			parse_opt_with_commit, (intptr_t)"HEAD",
intptr_t         2582 compat/regex/regcomp.c     postorder (elem, mark_opt_subexp, (void *) (intptr_t) elem->token.opr.idx);
intptr_t         3811 compat/regex/regcomp.c   int idx = (int) (intptr_t) extra;
intptr_t          106 ewah/ewah_io.c 	return write((intptr_t)fd, buf, len);
intptr_t          111 ewah/ewah_io.c 	return ewah_serialize_to(self, write_helper, (void *)(intptr_t)fd);
intptr_t           24 pack-revindex.c 	unsigned long ui = (unsigned long)(intptr_t)p;
intptr_t          112 parse-options.h 	intptr_t defval;
intptr_t          156 parse-options.h 		parse_opt_color_flag_cb, (intptr_t)"always" }
intptr_t          599 run-command.c  	intptr_t ret;
intptr_t          789 run-command.c  	void *ret = (void *)(intptr_t)(-1);
intptr_t          793 run-command.c  	return (int)(intptr_t)ret;
intptr_t         2140 sha1_file.c    	hash = (unsigned long)(intptr_t)p + (unsigned long)base_offset;
intptr_t          132 tree-diff.c    	if (p && (alloclen > (intptr_t)p->next)) {
intptr_t          144 tree-diff.c    		p->next = (struct combine_diff_path *)(intptr_t)alloclen;