combine_diff_path   15 combine-diff.c static int compare_paths(const struct combine_diff_path *one,
combine_diff_path   25 combine-diff.c static struct combine_diff_path *intersect_paths(struct combine_diff_path *curr, int n, int num_parent)
combine_diff_path   28 combine-diff.c 	struct combine_diff_path *p, **tail = &curr;
combine_diff_path  893 combine-diff.c static void show_combined_header(struct combine_diff_path *elem,
combine_diff_path  970 combine-diff.c static void show_patch_diff(struct combine_diff_path *elem, int num_parent,
combine_diff_path 1182 combine-diff.c static void show_raw_diff(struct combine_diff_path *p, int num_parent, struct rev_info *rev)
combine_diff_path 1231 combine-diff.c void show_combined_diff(struct combine_diff_path *p,
combine_diff_path 1261 combine-diff.c static struct diff_filepair *combined_pair(struct combine_diff_path *p,
combine_diff_path 1290 combine-diff.c 				     struct combine_diff_path *paths,
combine_diff_path 1294 combine-diff.c 	struct combine_diff_path *p;
combine_diff_path 1311 combine-diff.c 	struct combine_diff_path *path = (struct combine_diff_path *)obj;
combine_diff_path 1318 combine-diff.c static struct combine_diff_path *find_paths_generic(const unsigned char *sha1,
combine_diff_path 1321 combine-diff.c 	struct combine_diff_path *paths = NULL;
combine_diff_path 1366 combine-diff.c static struct combine_diff_path *find_paths_multitree(
combine_diff_path 1372 combine-diff.c 	struct combine_diff_path paths_head;
combine_diff_path 1398 combine-diff.c 	struct combine_diff_path *p, *paths;
combine_diff_path 1528 combine-diff.c 		struct combine_diff_path *tmp = paths;
combine_diff_path  113 diff-lib.c     			struct combine_diff_path *dpath;
combine_diff_path  333 diff-lib.c     		struct combine_diff_path *p;
combine_diff_path   19 diff.h         struct combine_diff_path;
combine_diff_path   22 diff.h         		 struct combine_diff_path *path);
combine_diff_path  204 diff.h         extern struct combine_diff_path *diff_tree_paths(
combine_diff_path  205 diff.h         	struct combine_diff_path *p, const unsigned char *sha1,
combine_diff_path  214 diff.h         	struct combine_diff_path *next;
combine_diff_path  225 diff.h         	(sizeof(struct combine_diff_path) + \
combine_diff_path  228 diff.h         extern void show_combined_diff(struct combine_diff_path *elem, int num_parent,
combine_diff_path   18 tree-diff.c    static struct combine_diff_path *ll_diff_tree_paths(
combine_diff_path   19 tree-diff.c    	struct combine_diff_path *p, const unsigned char *sha1,
combine_diff_path   63 tree-diff.c    static int emit_diff_first_parent_only(struct diff_options *opt, struct combine_diff_path *p)
combine_diff_path  122 tree-diff.c    static struct combine_diff_path *path_appendnew(struct combine_diff_path *last,
combine_diff_path  126 tree-diff.c    	struct combine_diff_path *p;
combine_diff_path  144 tree-diff.c    		p->next = (struct combine_diff_path *)(intptr_t)alloclen;
combine_diff_path  169 tree-diff.c    static struct combine_diff_path *emit_path(struct combine_diff_path *p,
combine_diff_path  212 tree-diff.c    		struct combine_diff_path *pprev = p;
combine_diff_path  396 tree-diff.c    static struct combine_diff_path *ll_diff_tree_paths(
combine_diff_path  397 tree-diff.c    	struct combine_diff_path *p, const unsigned char *sha1,
combine_diff_path  540 tree-diff.c    struct combine_diff_path *diff_tree_paths(
combine_diff_path  541 tree-diff.c    	struct combine_diff_path *p, const unsigned char *sha1,
combine_diff_path  670 tree-diff.c    	struct combine_diff_path phead, *p;
combine_diff_path  678 tree-diff.c    		struct combine_diff_path *pprev = p;